From d767a9283f2d6fe6b37478d81005300358d1a238 Mon Sep 17 00:00:00 2001 From: Kiiyoko <73446312+Kiiyoko@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:31:54 -0500 Subject: [PATCH] Update generic-constraints.md fixed changes --- docs/generic-constraints.md | 1 - 1 file changed, 1 deletion(-) 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.