summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorbch <brad.harder@gmail.com>2020-11-26 00:30:43 (GMT)
committerbch <brad.harder@gmail.com>2020-11-26 00:30:43 (GMT)
commitda7ec341ce01a8f3499ecb556c739ef4dfa9c6e4 (patch)
tree76c8ae75c53dbe7ec286b69ecce56e731f3fe60a /doc
parent0897da3fcbc72adbcfa8b94ae8dcb991f6723c79 (diff)
downloadtcl-da7ec341ce01a8f3499ecb556c739ef4dfa9c6e4.zip
tcl-da7ec341ce01a8f3499ecb556c739ef4dfa9c6e4.tar.gz
tcl-da7ec341ce01a8f3499ecb556c739ef4dfa9c6e4.tar.bz2
grammar
Diffstat (limited to 'doc')
-rw-r--r--doc/Tcl.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Tcl.n b/doc/Tcl.n
index 48a3488..0f46f73 100644
--- a/doc/Tcl.n
+++ b/doc/Tcl.n
@@ -224,7 +224,7 @@ is reached. The upper bits of the Unicode character will be 0.
.RS
.PP
The range U+00D800\(enU+00DFFF is reserved for surrogates, which
-are illegal on its own. Therefore, such sequences will result in
+are illegal on their own. Therefore, such sequences will result in
the replacement character U+FFFD. Surrogate pairs should be
encoded as single \e\fBU\fIhhhhhhhh\fR character.
.RE