summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-10 10:12:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-10 10:12:38 (GMT)
commit9fe1ca1deadbb5e38e31b93203ce6722c85251d4 (patch)
tree3cfd0bf339c20d52982400aa8c133f76b1ac6239
parent2da2d370b8544b349e29bc2bf08e3fb7b5372d14 (diff)
downloadtcl-9fe1ca1deadbb5e38e31b93203ce6722c85251d4.zip
tcl-9fe1ca1deadbb5e38e31b93203ce6722c85251d4.tar.gz
tcl-9fe1ca1deadbb5e38e31b93203ce6722c85251d4.tar.bz2
Missing verb in SetResult.3
-rw-r--r--doc/SetResult.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SetResult.3 b/doc/SetResult.3
index 549b1b5..4a68aac 100644
--- a/doc/SetResult.3
+++ b/doc/SetResult.3
@@ -149,7 +149,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.