mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Fix typo
This commit is contained in:
parent
f706d2829b
commit
cbe7a9fc40
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,7 @@ One limitation we had previously is that after a conditional block, refinements
|
||||||
|
|
||||||
But there are cases where `if` is used to exit the function early, making the following code essentially act as a hidden `else` block.
|
But there are cases where `if` is used to exit the function early, making the following code essentially act as a hidden `else` block.
|
||||||
|
|
||||||
We know correctly preserve such refinements and you should be able to remove `assert` function calls that were only used to get rid of false positive errors about types being `nil`.
|
We now correctly preserve such refinements and you should be able to remove `assert` function calls that were only used to get rid of false positive errors about types being `nil`.
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
local function f(x: string?)
|
local function f(x: string?)
|
||||||
|
@ -140,3 +140,4 @@ A very special thanks to all of our open source contributors:
|
||||||
* [B. Gibbons](https://github.com/bmg817)
|
* [B. Gibbons](https://github.com/bmg817)
|
||||||
* [Epix](https://github.com/EpixScripts)
|
* [Epix](https://github.com/EpixScripts)
|
||||||
* [Harold Cindy](https://github.com/HaroldCindy)
|
* [Harold Cindy](https://github.com/HaroldCindy)
|
||||||
|
* [Qualadore](https://github.com/Qualadore)
|
||||||
|
|
Loading…
Add table
Reference in a new issue