Skip to content

Commit c27b2b7

Browse files
fix: minor
Co-authored-by: DragonDev1906 <[email protected]>
1 parent 7bbf74b commit c27b2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/3830-dedented-string-literals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@ fn main() {
498498
Any kind of string literal can turn into a "dedented" string literal if it is prefixed with a `d`:
499499

500500
- strings: `"string"` -> `d"string"`
501-
- Raw strings: `r#"string"` -> `dr#"string"`
502-
- Byte strings: `b#"string"` -> `db#"string"`
501+
- Raw strings: `r#"string"#` -> `dr#"string"#`
502+
- Byte strings: `b"string"` -> `db"string"`
503503
- ...and others...
504504

505505
> [!NOTE]

0 commit comments

Comments
 (0)