diff --git a/docs/generic-constraints.md b/docs/generic-constraints.md index dc47b7f..5459b3f 100644 --- a/docs/generic-constraints.md +++ b/docs/generic-constraints.md @@ -120,4 +120,3 @@ local function add( a: T, b: K ) end ``` As such, the engine successfully bounds both `T` and `K` such that it satisfies `add`. 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.