summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy <andrew.m.goth@gmail.com>2016-11-28 17:53:45 (GMT)
committerandy <andrew.m.goth@gmail.com>2016-11-28 17:53:45 (GMT)
commitbd605b5c8033ff2573cd10f39bdb90f8f7e96b00 (patch)
treeaa2a4b74e55dd821488f02e21662d55b1173ff07
parentc017fc04ea0ed93a18e265ffbf2139ae014bdb55 (diff)
downloadtcl-bd605b5c8033ff2573cd10f39bdb90f8f7e96b00.zip
tcl-bd605b5c8033ff2573cd10f39bdb90f8f7e96b00.tar.gz
tcl-bd605b5c8033ff2573cd10f39bdb90f8f7e96b00.tar.bz2
Man page tweak
-rw-r--r--doc/ArraySet.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ArraySet.3 b/doc/ArraySet.3
index 7628401..1d984d6 100644
--- a/doc/ArraySet.3
+++ b/doc/ArraySet.3
@@ -258,7 +258,7 @@ obj = Tcl_NewStringObj(
\fBTcl_ArraySet\fR(interp, varNameObj, obj, 0);
.CE
.PP
-Get the full contents of an array into a single object:
+Load the full contents of an array into a single object:
.PP
.CS
Tcl_SetStringObj(obj, NULL, 0);