summaryrefslogtreecommitdiffhomepage
path: root/tcl.html.markdown
diff options
context:
space:
mode:
authorkieutrang1729 <67156758+kieutrang1729@users.noreply.github.com>2021-08-27 20:56:43 +0200
committerGitHub <noreply@github.com>2021-08-27 20:56:43 +0200
commit01365b6f47af78cc80217c445930a22e36e3901d (patch)
tree998a793c9067acb2fb8af07e047792362d29aab2 /tcl.html.markdown
parent624c13d18dae74ed8c3f9f8418eccd6de5b9b0b5 (diff)
[tcl/en] Fix typo (#4225)
Removed unnecessary "string".
Diffstat (limited to 'tcl.html.markdown')
-rw-r--r--tcl.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl.html.markdown b/tcl.html.markdown
index 1b577b49..51e8651c 100644
--- a/tcl.html.markdown
+++ b/tcl.html.markdown
@@ -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}