Merge pull request #3019 from dabrahams/patch-3

Correct a comment
This commit is contained in:
Hakim El Hattab
2022-03-21 09:41:05 +01:00
committed by GitHub

View File

@ -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 ) {