mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
spelling: conversions
This commit is contained in:
parent
167ccb49d7
commit
cf5de3925e
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ end
|
|||
|
||||
a = nil
|
||||
|
||||
-- testing implicit convertions
|
||||
-- testing implicit conversions
|
||||
|
||||
local a,b = '10', '20'
|
||||
assert(a*b == 200 and a+b == 30 and a-b == -10 and a/b == 0.5 and -b == -20)
|
||||
|
|
Loading…
Add table
Reference in a new issue