Skip to content

Commit 03c41f9

Browse files
Vinit-PanditShabiShett07
authored andcommitted
docs: fix copy-paste error in source comment
PR-URL: stdlib-js#4280 Reviewed-by: Athan Reines <[email protected]>
1 parent 7c94a72 commit 03c41f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/repl/lib/syntax_highlighter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function SyntaxHighlighter( repl, ostream, enabled ) {
9494
}
9595
debug( 'Creating a new syntax-highlighter' );
9696

97-
// Initialize a flag indicating whether the preview completer is enabled:
97+
// Initialize a flag indicating whether the syntax highlighter is enabled:
9898
this._enabled = enabled;
9999

100100
// Cache a reference to the provided REPL instance:

0 commit comments

Comments
 (0)