You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en-us/luau/type-checking.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,9 @@ description: Luau uses gradual typing through the use of type annotations and in
4
4
---
5
5
6
6
<Alertseverity="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).
8
8
</Alert>
9
+
9
10
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).
0 commit comments