diff --git a/content/en-us/luau/type-checking.md b/content/en-us/luau/type-checking.md index 66328673b..18717e1c1 100644 --- a/content/en-us/luau/type-checking.md +++ b/content/en-us/luau/type-checking.md @@ -3,6 +3,10 @@ title: Type checking description: Luau uses gradual typing through the use of type annotations and inference. --- + +For the latest and most complete type checking documentation, see [here](https://luau.org/typecheck). + + Luau supports a gradual type system through the use of type annotations and type inference. These types are used to provide better warnings, errors, and suggestions in the [Script Editor](../studio/script-editor.md). ## Define a type