Skip to content

Commit c99c684

Browse files
authored
Update content/en-us/luau/type-checking.md
1 parent 6c7ce1e commit c99c684

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en-us/luau/type-checking.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ description: Luau uses gradual typing through the use of type annotations and in
44
---
55

66
<Alert severity="info">
7-
More up to date documentation can be found at https://luau.org/typecheck
7+
For the latest and most complete type checking documentation, see [here](https://luau.org/typecheck).
88
</Alert>
9+
910
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).
1011

1112
## Define a type

0 commit comments

Comments
 (0)