summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-11-12 15:47:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-11-12 15:47:21 (GMT)
commitdffcad90e2d661e520f735c824ddff5f1d630ddd (patch)
tree2d0fe518a74bda8cbb8e3a3ef9f42681227c8992
parent729e8b44d736e3ca4af72adb070a8b89cf6fb94e (diff)
downloadtcl-dffcad90e2d661e520f735c824ddff5f1d630ddd.zip
tcl-dffcad90e2d661e520f735c824ddff5f1d630ddd.tar.gz
tcl-dffcad90e2d661e520f735c824ddff5f1d630ddd.tar.bz2
Grammar check...
-rw-r--r--doc/Tcl.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Tcl.n b/doc/Tcl.n
index e868388..8b17f93 100644
--- a/doc/Tcl.n
+++ b/doc/Tcl.n
@@ -28,7 +28,7 @@ First, the Tcl interpreter breaks the command into \fIwords\fR
and performs substitutions as described below.
These substitutions are performed in the same way for all
commands.
-Secondly, first word is used to locate a command procedure to
+Secondly, the first word is used to locate a command procedure to
carry out the command, then all of the words of the command are
passed to the command procedure.
The command procedure is free to interpret each of its words