From 01365b6f47af78cc80217c445930a22e36e3901d Mon Sep 17 00:00:00 2001 From: kieutrang1729 <67156758+kieutrang1729@users.noreply.github.com> Date: Fri, 27 Aug 2021 20:56:43 +0200 Subject: [tcl/en] Fix typo (#4225) Removed unnecessary "string". --- tcl.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcl.html.markdown') 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} -- cgit v1.2.3