Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/en-us/luau/type-checking.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: Type checking
description: Luau uses gradual typing through the use of type annotations and inference.
---

<Alert severity="info">
More up to date documentation can be found at https://luau.org/typecheck
</Alert>
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
Expand Down