From f0e148ce0b0c1cc7bc433fff2038742c46aa60c2 Mon Sep 17 00:00:00 2001 From: Dimitar Bounov Date: Mon, 24 Jun 2024 11:53:59 -1000 Subject: [PATCH] review nit --- src/instrumenter/instrument.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/instrumenter/instrument.ts b/src/instrumenter/instrument.ts index 8b6444af..ce086188 100644 --- a/src/instrumenter/instrument.ts +++ b/src/instrumenter/instrument.ts @@ -132,10 +132,11 @@ export function findExternalCalls( } /** - * Build a debug event/debug event emission statement for the provided `annotation`. Return - * an a tuples `[EventDefinition, EmitStatement]`. + * Build a debug event and debug event emission statement for the provided + * `annotation`. Return a tuple `[EventDefinition, EmitStatement]`. * - * If a given annotation doesn't have any identifiers to output for debugging purposes, return `undefined`. + * If the given annotation doesn't have any identifiers to output for debugging + * purposes, return `undefined`. */ function getDebugInfoEmit( annotation: PropertyMetaData | TryAnnotationMetaData,