mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-10 22:00:54 +01:00
Typo
This commit is contained in:
parent
b33c78721d
commit
1c6facaea0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ type Swapper = { swap : <X, Y>(Point<X, Y>) -> Point<Y, X> }
|
||||||
|
|
||||||
People may remember that back in
|
People may remember that back in
|
||||||
[April](https://devforum.roblox.com/t/luau-recap-april-2021/) we
|
[April](https://devforum.roblox.com/t/luau-recap-april-2021/) we
|
||||||
announced generic functions, nut then had to disable them. That was
|
announced generic functions, but then had to disable them. That was
|
||||||
because [DataBrain](https://devforum.roblox.com/u/databrain) discovered a [nasty
|
because [DataBrain](https://devforum.roblox.com/u/databrain) discovered a [nasty
|
||||||
interaction](https://devforum.roblox.com/t/recent-type-system-regressions-for-generic-parametered-functions/)
|
interaction](https://devforum.roblox.com/t/recent-type-system-regressions-for-generic-parametered-functions/)
|
||||||
between `typeof` and generics, which meant that it was possible to
|
between `typeof` and generics, which meant that it was possible to
|
||||||
|
|
Loading…
Add table
Reference in a new issue