summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-10 10:19:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-10 10:19:43 (GMT)
commit0cd09cbff96eae32032d7d13307b0a11c6a9a9a5 (patch)
treeb31f26425573b4cc2a3c45ae6c42ccbece2fdac0 /doc
parentac5913c825afd5b7d4ea6a801f07744a88c122a0 (diff)
parent9fe1ca1deadbb5e38e31b93203ce6722c85251d4 (diff)
downloadtcl-0cd09cbff96eae32032d7d13307b0a11c6a9a9a5.zip
tcl-0cd09cbff96eae32032d7d13307b0a11c6a9a9a5.tar.gz
tcl-0cd09cbff96eae32032d7d13307b0a11c6a9a9a5.tar.bz2
Merge 8.6
Diffstat (limited to 'doc')
-rw-r--r--doc/SetResult.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SetResult.3 b/doc/SetResult.3
index 0c24525..c3c505b 100644
--- a/doc/SetResult.3
+++ b/doc/SetResult.3
@@ -141,7 +141,7 @@ It also manages conversion to and from the \fIresult\fR field of the
\fIinterp\fR so as to handle backward-compatibility with old-style
extensions.
Any number of \fIresult\fR arguments may be passed in a single
-call; the last argument in the list must (char *)NULL.
+call; the last argument in the list must be (char *)NULL.
.PP
\fBTcl_AppendResultVA\fR is the same as \fBTcl_AppendResult\fR except that
instead of taking a variable number of arguments it takes an argument list.