summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorXiangyu Xu <bkbncn@gmail.com>2020-12-11 02:14:00 -0600
committerGitHub <noreply@github.com>2020-12-11 02:14:00 -0600
commit22e29159e712252ec67b8ab43d67e53fdcddbd0a (patch)
tree9c4540e70dec8951d9c769f5eae4e67eb181ad10
parent4b1e68ee2f79936de941cdebe26d16e31183fcb1 (diff)
fix typo
We already have item 4, this should be number 5.
-rw-r--r--tcl.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl.html.markdown b/tcl.html.markdown
index 3d23870b..1b577b49 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":