Skip to content

Commit

Permalink
Update src/Spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Ficarra <[email protected]>
  • Loading branch information
bakkot and michaelficarra authored Jun 17, 2020
1 parent e362dd8 commit 4a3e945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ export default class Spec {
} else if (stepNumbers.length === 5) {
rootList.classList.add('nested-four-times');
} else {
// At the sixth level and deeper (so once we have nested five times) we just use `i`, so no further cases are necessary
// At the sixth level and deeper (so once we have nested five times) we use a consistent line numbering style, so no further cases are necessary
rootList.classList.add('nested-lots');
}
}
Expand Down

0 comments on commit 4a3e945

Please sign in to comment.