Skip to content

Commit

Permalink
Correct a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams authored Sep 28, 2021
1 parent 05e57de commit c78e286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/highlight/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit c78e286

Please sign in to comment.