Skip to content

Commit 059452e

Browse files
committed
Fix typo.
1 parent 2a3b0f1 commit 059452e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ Any Unicode character may be escaped with the `\uXXXX` or `\UXXXXXXXX` forms.
322322
The escape codes must be valid Unicode [scalar
323323
values](http://unicode.org/glossary/#unicode_scalar_value).
324324

325-
All other escape sequences not listed above are reserved; if they are used used,
326-
TOML should produce an error.
325+
All other escape sequences not listed above are reserved; if they are used, TOML
326+
should produce an error.
327327

328328
Sometimes you need to express passages of text (e.g. translation files) or would
329329
like to break up a very long string into multiple lines. TOML makes this easy.

0 commit comments

Comments
 (0)