Skip to content

Commit b4dcfd0

Browse files
fix: Word
Co-authored-by: Josh Triplett <[email protected]>
1 parent 64e289e commit b4dcfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3830-dedented-string-literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ But, what if we could have the best of both worlds?
227227

228228
In order to solve these problems, the RFC proposes dedented string literals of the form: `d"string"`.
229229

230-
Common leading whitespace on each line after the closing quote in dedented string literals will be stripped at compile-time.
230+
Common leading whitespace on each line after the opening quote in dedented string literals will be stripped at compile-time.
231231

232232
This allows us to have a more readable version of the above:
233233

0 commit comments

Comments
 (0)