mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Typo: "too many" rather than "to many"
This commit is contained in:
parent
e0f81c1a9f
commit
57ad6d412d
@ -356,7 +356,7 @@ eval $command ;# There is an error here, because there are too many arguments \
|
||||
set replacement {Archibald Sorbisol}
|
||||
set command {set name $replacement}
|
||||
set command [subst $command]
|
||||
eval $command ;# The same error as before: to many arguments to "set" in \
|
||||
eval $command ;# The same error as before: too many arguments to "set" in \
|
||||
{set name Archibald Sorbisol}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user