Skip to content

Commit ff3b298

Browse files
authored
docs: fix copy-paste error in source comment
PR-URL: #4280 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 9e3fd66 commit ff3b298

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)