Skip to content

Commit c0bddbd

Browse files
committed
Clarify what is meant by "Whitespace"
1 parent e36f8ed commit c0bddbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

text/3830-dedented-string-literals.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,8 @@ Note: **Literal newlines** (*not* escaped newlines: `\n`) are represented with `
784784

785785
## Algorithm for dedented strings
786786

787+
Whitespace is spaces or horizontal tabs.
788+
787789
1. The opening line (the line containing the opening quote `"`)
788790
- Must only contain a literal newline character after the `"` token
789791
- This newline is removed.

0 commit comments

Comments
 (0)