Skip to content

Commit

Permalink
Merge pull request hakimel#3019 from dabrahams/patch-3
Browse files Browse the repository at this point in the history
Correct a comment
  • Loading branch information
hakimel authored Mar 21, 2022
2 parents 85fbfb2 + c78e286 commit db4aa0c
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 @@ -106,7 +106,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 db4aa0c

Please sign in to comment.