diff options
author | Xiangyu Xu <bkbncn@gmail.com> | 2020-12-11 02:14:00 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 02:14:00 -0600 |
commit | 22e29159e712252ec67b8ab43d67e53fdcddbd0a (patch) | |
tree | 9c4540e70dec8951d9c769f5eae4e67eb181ad10 /tcl.html.markdown | |
parent | 4b1e68ee2f79936de941cdebe26d16e31183fcb1 (diff) |
fix typo
We already have item 4, this should be number 5.
Diffstat (limited to 'tcl.html.markdown')
-rw-r--r-- | tcl.html.markdown | 2 |
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": |