Skip to content

Commit d887222

Browse files
authored
Update src/language-markdown/print-whitespace.js
1 parent 8f9a0de commit d887222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language-markdown/print-whitespace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const lineBreakBetweenTheseAndCJConvertsToSpace = new Set(
3737
* distinguishes between independent and dependent clauses, however we cannot
3838
* do that so we rely on punctuation and `MAY` in the spec.
3939
*
40-
* To avoid comma-separated lists being splayed across many lines We use a more
40+
* To avoid comma-separated lists being splayed across many lines we use a more
4141
* conservative list of characters to split on:
4242
*
4343
* - not comma (`,`) to avoid lists being splayed across many lines

0 commit comments

Comments
 (0)