1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 14:56:54 +02:00

[tcl/en] Fix typo (#5097)

This commit is contained in:
Jan Knobloch
2024-09-08 22:13:19 +02:00
committed by GitHub
parent 58f411962e
commit e6a4c99ac1

View File

@@ -533,7 +533,7 @@ puts [countdown2] ;# -> 4
puts [countdown1] ;# -> 1
puts [countdown1] ;# -> 0
catch {
puts [coundown1] ;# -> invalid command name "countdown1"
puts [countdown1] ;# -> invalid command name "countdown1"
} cres copts
puts $cres
puts [countdown2] ;# -> 3