Skip to content

Commit 98007f4

Browse files
authored
Replace   with  
  should be used for multiple spaces in backticks instead of  
1 parent 4058407 commit 98007f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Syntax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ pieces of syntax that aren't really relevant to the semantics of the program,
260260
such as whitespace and comments. These are modeled as collections and, with the
261261
exception of comments, are sort of "run-length" encoded. For example, a sequence
262262
of four spaces is represented by `{ Kind: TriviaKind::Space, Count: 4 }`, not
263-
the literal text `" "`.
263+
the literal text `"    "`.
264264

265265
Some examples of the "atoms" of `Trivia`:
266266

0 commit comments

Comments
 (0)