summaryrefslogtreecommitdiffhomepage
path: root/tcl.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'tcl.html.markdown')
-rw-r--r--tcl.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl.html.markdown b/tcl.html.markdown
index 3d23870b..51e8651c 100644
--- a/tcl.html.markdown
+++ b/tcl.html.markdown
@@ -273,7 +273,7 @@ namespace eval people::person1 {
###############################################################################
-## 4. Built-in Routines
+## 5. Built-in Routines
###############################################################################
# Math can be done with the "expr":
@@ -308,7 +308,7 @@ set result [+ 5 3]
set name Neo
expr {{Bob} eq $name}
-# The general operators fall back to string string comparison if numeric
+# The general operators fall back to string comparison if numeric
# operation isn't feasible:
expr {{Bob} == $name}