Fix typos (#3313)
doublequotes -> double quotes doublequote -> double quote
This commit is contained in:
parent
5022107489
commit
303a941915
|
@ -4,8 +4,8 @@
|
||||||
@title[#:tag "strings"]{Strings (Unicode)}
|
@title[#:tag "strings"]{Strings (Unicode)}
|
||||||
|
|
||||||
A @deftech{string} is a fixed-length array of
|
A @deftech{string} is a fixed-length array of
|
||||||
@seclink["characters"]{characters}. It prints using doublequotes,
|
@seclink["characters"]{characters}. It prints using double quotes,
|
||||||
where doublequote and backslash characters within the string are
|
where double quote and backslash characters within the string are
|
||||||
escaped with backslashes. Other common string escapes are supported,
|
escaped with backslashes. Other common string escapes are supported,
|
||||||
including @litchar{\n} for a linefeed, @litchar{\r} for a
|
including @litchar{\n} for a linefeed, @litchar{\r} for a
|
||||||
carriage return, octal escapes using @litchar{\} followed by up
|
carriage return, octal escapes using @litchar{\} followed by up
|
||||||
|
|
Loading…
Reference in New Issue
Block a user