[tcl/en] Fix typo (#4225)

Removed unnecessary "string".
This commit is contained in:
kieutrang1729 2021-08-27 20:56:43 +02:00 committed by GitHub
parent 624c13d18d
commit 01365b6f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}