Update generic-constraints.md

fixed changes
This commit is contained in:
Kiiyoko 2024-12-13 19:31:54 -05:00 committed by GitHub
parent 9d1ed30d92
commit d767a9283f
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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.