mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-05 11:00:58 +01:00
Update generic-constraints.md
fixed changes
This commit is contained in:
parent
9d1ed30d92
commit
d767a9283f
1 changed files with 0 additions and 1 deletions
|
@ -120,4 +120,3 @@ local function add<T, K>( a: T, b: K )
|
|||
end
|
||||
```
|
||||
As such, the engine successfully bounds both `T` and `K` such that it satisfies `add<T, K>`. This alternative could work if the engine eventually becomes smart enough, but manually placing bounds would still have a role as per the usage section of this RFC.
|
||||
4.
|
||||
|
|
Loading…
Add table
Reference in a new issue