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 2a3b0f1 commit 059452eCopy full SHA for 059452e
README.md
@@ -322,8 +322,8 @@ Any Unicode character may be escaped with the `\uXXXX` or `\UXXXXXXXX` forms.
322
The escape codes must be valid Unicode [scalar
323
values](http://unicode.org/glossary/#unicode_scalar_value).
324
325
-All other escape sequences not listed above are reserved; if they are used used,
326
-TOML should produce an error.
+All other escape sequences not listed above are reserved; if they are used, TOML
+should produce an error.
327
328
Sometimes you need to express passages of text (e.g. translation files) or would
329
like to break up a very long string into multiple lines. TOML makes this easy.
0 commit comments