Skip to content

Commit be07b77

Browse files
committed
Fixed typo in jsdocs
1 parent c82d0fe commit be07b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/tracing/src/Tracer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class Tracer implements TracerInterface {
180180
*
181181
* If Tracer has been initialized outside of the Lambda handler then the same instance
182182
* of Tracer will be reused throghout the lifecycle of that same Lambda execution environment
183-
* and this method will return `false` after the first invocation.
183+
* and this method will annotate `ColdStart: false` after the first invocation.
184184
*
185185
* @see https://docs.aws.amazon.com/lambda/latest/dg/runtimes-context.html
186186
*/

0 commit comments

Comments
 (0)