summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMax Schumacher <maximilianbschumacher@gmail.com>2020-12-11 22:15:25 +0100
committerGitHub <noreply@github.com>2020-12-11 22:15:25 +0100
commitf6a36081355c8a266b024888aaacb4abf18394a1 (patch)
treeedc58ec8294afd52934c88f9839cf3dbb86f0c44
parentb80a2b08e9fe5873853ad550f93f5150317ef671 (diff)
parent22e29159e712252ec67b8ab43d67e53fdcddbd0a (diff)
Merge pull request #4068 from bkbncn/patch-1
[tcl]fix typo
-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":