fixed typoe (thanks @resmo)
This commit is contained in:
parent
7f52d909c4
commit
4241df41aa
1 changed files with 1 additions and 1 deletions
|
@ -731,7 +731,7 @@ it complicated.
|
|||
However, let's go ahead and get precedence out of the way! It exists. It's a real thing, and you might have
|
||||
a use for it.
|
||||
|
||||
If multiple variables of the same name are defined in different places, they get overwrriten in a certain order.
|
||||
If multiple variables of the same name are defined in different places, they get overwritten in a certain order.
|
||||
|
||||
In 1.x the precedence is:
|
||||
|
||||
|
|
Loading…
Reference in a new issue