Skip to content

Commit 7f9417c

Browse files
committed
Remove incorrect description of the chosen acronym
1 parent af7fc31 commit 7f9417c

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
@@ -961,7 +961,7 @@ The syntax of `d"string"` is chosen for the following reasons:
961961
- Fits with existing string modifiers, such as `b"string"`, `r#"string"#"` and `c"string"`
962962
- Composes with existing string modifiers: `db"string"`, `dc"string"`, `dr#"string"#`, and `dbr#"string"#`.
963963
- Does not introduce a lot of new syntax. Dedented string literals can be explained in terms of existing language features.
964-
- The acronym `d` for `dedent` is both clear, and not taken by any of the other string modifiers.
964+
- The acronym `d` for `dedent` is understandable, and not taken by any of the other string modifiers.
965965
- Adding a single letter `d` before a string literal to turn it into a dedented string literal is an incredibly easy modification.
966966
- Rust reserves space for additional string modifiers.
967967

0 commit comments

Comments
 (0)