diff options
| -rw-r--r-- | doc/SetResult.3 | 2 |
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. |
