1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 03:50:32 +02:00

[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

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}