From c78e28682da5b715e36b136c569ff352348d19a9 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 28 Sep 2021 12:33:01 -0700 Subject: [PATCH] Correct a comment --- plugin/highlight/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/highlight/plugin.js b/plugin/highlight/plugin.js index f31e1a2..060c027 100644 --- a/plugin/highlight/plugin.js +++ b/plugin/highlight/plugin.js @@ -97,7 +97,7 @@ const Plugin = { var scrollState = { currentBlock: block }; - // If there is at least one highlight step, generate + // If there is more than one highlight step, generate // fragments var highlightSteps = Plugin.deserializeHighlightSteps( block.getAttribute( 'data-line-numbers' ) ); if( highlightSteps.length > 1 ) {