diff --git a/docs/generic-constraints.md b/docs/generic-constraints.md index 69e243b..c523a80 100644 --- a/docs/generic-constraints.md +++ b/docs/generic-constraints.md @@ -26,7 +26,7 @@ local function callbackProperty( object: T, key: keyof, callback: (propert .... ``` This does not work in Luau. -> Ideally, this behaviour should work out of the box, but, could be solved with bounded polymorphism. +> Ideally, this behaviour should work out of the box, but, could be solved with updates to the type engine. ## Design ### Syntax