diff options
author | Max Schumacher <maximilianbschumacher@gmail.com> | 2020-12-11 22:15:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 22:15:25 +0100 |
commit | f6a36081355c8a266b024888aaacb4abf18394a1 (patch) | |
tree | edc58ec8294afd52934c88f9839cf3dbb86f0c44 | |
parent | b80a2b08e9fe5873853ad550f93f5150317ef671 (diff) | |
parent | 22e29159e712252ec67b8ab43d67e53fdcddbd0a (diff) |
Merge pull request #4068 from bkbncn/patch-1
[tcl]fix typo
-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": |