diff --git a/docs/_pages/typecheck.md b/docs/_pages/typecheck.md index 5f2aba6..6c00b54 100644 --- a/docs/_pages/typecheck.md +++ b/docs/_pages/typecheck.md @@ -190,8 +190,6 @@ local numbers: Pair = {first=1, second=2} ## Generic functions -**WARNING** Generic functions are currently disabled as we're fixing some critical bugs. - As well as generic type aliases like `Pair`, Luau supports generic functions. These are functions that, as well as their regular data parameters, take type parameters. For example, a function which reverses an array is: ```lua function reverse(a)