File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -248,9 +248,10 @@ String
248
248
There are four ways to express strings: basic, multi-line basic, literal, and
249
249
multi-line literal. All strings must contain only valid UTF-8 characters.
250
250
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).
254
255
255
256
``` toml
256
257
str = " I'm a string. \" You can quote me\" . Name\t Jos\u00E9\n Location\t SF."
You can’t perform that action at this time.
0 commit comments