Skip to content

Commit d0b4c27

Browse files
fix: wording
Co-authored-by: DragonDev1906 <[email protected]>
1 parent c27b2b7 commit d0b4c27

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
@@ -463,7 +463,7 @@ Dedented string literals `d"string"` are a new modifier for strings.
463463

464464
They are similar to byte strings `b"string"` and raw strings `r#"string"#`.
465465

466-
They compose with other every other string literal modifier.
466+
They compose with others like every other string literal modifier.
467467

468468
To be precise, the RFC introduces 6 new types of string literals:
469469

0 commit comments

Comments
 (0)