Skip to content

Commit

Permalink
Merge pull request adambard#993 from xuchunyang/patch-1
Browse files Browse the repository at this point in the history
[tcl/en] Fix typos
  • Loading branch information
geoffliu committed Mar 9, 2015
2 parents bb8342c + da58d73 commit 104ffc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tcl.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ namespace eval people {
#The full name of a variable includes its enclosing namespace(s), delimited by two colons:
set greeting "Hello $people::person::name"
set greeting "Hello $people::person1::name"
Expand All @@ -189,7 +189,7 @@ set greeting "Hello $people::person::name"
namespace delete ::
# Because of name resolution behaviour, its safer to use the "variable" command to declare or to assign a value to a namespace.
# Because of name resolution behaviour, it's safer to use the "variable" command to declare or to assign a value to a namespace.
namespace eval people {
namespace eval person1 {
variable name Neo
Expand Down

0 comments on commit 104ffc3

Please sign in to comment.