Skip to content

Commit cbd2275

Browse files
authored
Merge pull request #757 from pradyunsg/clarify-quotation-marks
2 parents 2699575 + 148fcfa commit cbd2275

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

toml.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,10 @@ String
248248
There are four ways to express strings: basic, multi-line basic, literal, and
249249
multi-line literal. All strings must contain only valid UTF-8 characters.
250250

251-
**Basic strings** are surrounded by quotation marks. Any Unicode character may
252-
be used except those that must be escaped: quotation mark, backslash, and the
253-
control characters other than tab (U+0000 to U+0008, U+000A to U+001F, U+007F).
251+
**Basic strings** are surrounded by quotation marks (`"`). Any Unicode character
252+
may be used except those that must be escaped: quotation mark, backslash, and
253+
the control characters other than tab (U+0000 to U+0008, U+000A to U+001F,
254+
U+007F).
254255

255256
```toml
256257
str = "I'm a string. \"You can quote me\". Name\tJos\u00E9\nLocation\tSF."

0 commit comments

Comments
 (0)