Browse Source

Correct a comment

Dave Abrahams 3 năm trước cách đây
mục cha
commit
c78e28682d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      plugin/highlight/plugin.js

+ 1 - 1
plugin/highlight/plugin.js

@@ -97,7 +97,7 @@ const Plugin = {
 
 
 			var scrollState = { currentBlock: block };
 			var scrollState = { currentBlock: block };
 
 
-			// If there is at least one highlight step, generate
+			// If there is more than one highlight step, generate
 			// fragments
 			// fragments
 			var highlightSteps = Plugin.deserializeHighlightSteps( block.getAttribute( 'data-line-numbers' ) );
 			var highlightSteps = Plugin.deserializeHighlightSteps( block.getAttribute( 'data-line-numbers' ) );
 			if( highlightSteps.length > 1 ) {
 			if( highlightSteps.length > 1 ) {