We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bbf74b commit c27b2b7Copy full SHA for c27b2b7
text/3830-dedented-string-literals.md
@@ -498,8 +498,8 @@ fn main() {
498
Any kind of string literal can turn into a "dedented" string literal if it is prefixed with a `d`:
499
500
- strings: `"string"` -> `d"string"`
501
-- Raw strings: `r#"string"` -> `dr#"string"`
502
-- Byte strings: `b#"string"` -> `db#"string"`
+- Raw strings: `r#"string"#` -> `dr#"string"#`
+- Byte strings: `b"string"` -> `db"string"`
503
- ...and others...
504
505
> [!NOTE]
0 commit comments