diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-31 10:57:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-31 10:57:20 (GMT) |
commit | 878d157876e32cc69a1f17558c101a5560c7e9f9 (patch) | |
tree | a96f697b0de37f7b3014684c81566824262acf9d /doc/StringObj.3 | |
parent | c2bb75935c9ce9c7b9545354c403a9eb478cfd40 (diff) | |
parent | 209485eee104ea7c68f7c713a8371f35b2f59d85 (diff) | |
download | tcl-878d157876e32cc69a1f17558c101a5560c7e9f9.zip tcl-878d157876e32cc69a1f17558c101a5560c7e9f9.tar.gz tcl-878d157876e32cc69a1f17558c101a5560c7e9f9.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc/StringObj.3')
-rw-r--r-- | doc/StringObj.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/StringObj.3 b/doc/StringObj.3 index 2526a01..9cd0758 100644 --- a/doc/StringObj.3 +++ b/doc/StringObj.3 @@ -203,7 +203,7 @@ byte pointer is owned by the value manager and should not be modified by the caller. The procedure \fBTcl_GetUnicode\fR is used in the common case where the caller does not need the length of the unicode string representation. If \fIlengthPtr\fR points to an \fBint\fR variable, -and the string has more than 2^31 unicode characters, a panic will result. +and the string has more than 2^31 unicode characters, a panic will result. .PP \fBTcl_GetUniChar\fR returns the \fIindex\fR'th character in the value's Unicode representation. If the index is out of range or |