mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Merge pull request #4326 from zacryol/fix-its
[GDScript/en] Fix usage of `its`
This commit is contained in:
commit
506cf01c67
@ -95,7 +95,7 @@ func doing_math():
|
||||
func control_flow():
|
||||
x = 8
|
||||
y = 2 # y was originally a float,
|
||||
# but we can change it's type to int
|
||||
# but we can change its type to int
|
||||
# using the power of dynamic typing!
|
||||
|
||||
if x < y:
|
||||
|
Loading…
Reference in New Issue
Block a user