From 630d213bd03ef1bb4ce81cc380b4a5180e71aa4f Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Wed, 6 Sep 2023 16:42:58 -0700 Subject: [PATCH] Fix 2 comment typos. --- src/common/parser/Types.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/parser/Types.d.ts b/src/common/parser/Types.d.ts index 839a0a72..2ed4acdc 100644 --- a/src/common/parser/Types.d.ts +++ b/src/common/parser/Types.d.ts @@ -147,8 +147,8 @@ export type PrintFallbackHandlerType = PrintHandlerType; export interface IEscapeSequenceParser extends IDisposable { /** * Preceding grapheme-join-state. - * Used for joining graphame clusters across calls to `print`. - * Also used by REP to check if repeat a character is allowed. + * Used for joining grapheme clusters across calls to `print`. + * Also used by REP to check if repeating a character is allowed. * It gets reset by the parser for any valid sequence besides text. */ precedingJoinState: number; // More specifically: UnicodeJoinProperties