mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Fix inconsistent indentation.
This commit is contained in:
parent
fc4a6dc988
commit
5c2811361a
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ To be able to do this soundly, you must apply type refinements on a variable of
|
|||
local u = unknown()
|
||||
|
||||
if typeof(u) == "string" then
|
||||
local y: string = u -- no type error
|
||||
local y: string = u -- no type error
|
||||
end
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue