This commit is contained in:
Tab Atkins-Bittner 2025-04-28 11:28:46 -07:00
parent c893dee93e
commit b39e7cc681
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ is, empty multi-line strings are legal).
In other words, the final line specifies the whitespace prefix that will be
removed from all other lines.
Whitespace-only lines (that is, lines containing only literal whitespace
Whitespace-only lines (that is, lines containing only literal whitespace
characters, not including whitespace escapes like `\t`) always represent
empty lines in the string value, regardless of what whitespace they
contain (if any). They do not have to start with the same whitespace prefix