diff options
author | kieutrang1729 <67156758+kieutrang1729@users.noreply.github.com> | 2021-08-27 20:56:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 20:56:43 +0200 |
commit | 01365b6f47af78cc80217c445930a22e36e3901d (patch) | |
tree | 998a793c9067acb2fb8af07e047792362d29aab2 /tcl.html.markdown | |
parent | 624c13d18dae74ed8c3f9f8418eccd6de5b9b0b5 (diff) |
[tcl/en] Fix typo (#4225)
Removed unnecessary "string".
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 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} |