diff options
author | andy <andrew.m.goth@gmail.com> | 2016-11-28 17:53:45 (GMT) |
---|---|---|
committer | andy <andrew.m.goth@gmail.com> | 2016-11-28 17:53:45 (GMT) |
commit | bd605b5c8033ff2573cd10f39bdb90f8f7e96b00 (patch) | |
tree | aa2a4b74e55dd821488f02e21662d55b1173ff07 | |
parent | c017fc04ea0ed93a18e265ffbf2139ae014bdb55 (diff) | |
download | tcl-bd605b5c8033ff2573cd10f39bdb90f8f7e96b00.zip tcl-bd605b5c8033ff2573cd10f39bdb90f8f7e96b00.tar.gz tcl-bd605b5c8033ff2573cd10f39bdb90f8f7e96b00.tar.bz2 |
Man page tweak
-rw-r--r-- | doc/ArraySet.3 | 2 |
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); |