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
Add alert to typechecking docs page informing readers of luaus offical typechecking docs (#1202)
## Changes
The typechecking docs page now refers readers to luaus official type
checking docs for a more up to date reference. As robloxs docs site is
very clearly lagging behind currently, this isn't intended to be a
replacement for the typechecking docs page but rather a way to give
readers more up to date info in case its still lagging behind in future.
## Checks
By submitting your pull request for review, you agree to the following:
- [x] This contribution was created in whole or in part by me, and I
have the right to submit it under the terms of this repository's open
source licenses.
- [x] I understand and agree that this contribution and a record of it
are public, maintained indefinitely, and may be redistributed under the
terms of this repository's open source licenses.
- [x] To the best of my knowledge, all proposed changes are accurate.
---------
Copy file name to clipboardExpand all lines: content/en-us/luau/type-checking.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@ title: Type checking
3
3
description: Luau uses gradual typing through the use of type annotations and inference.
4
4
---
5
5
6
+
<Alertseverity="info">
7
+
For the latest and most complete type checking documentation, see [here](https://luau.org/typecheck).
8
+
</Alert>
9
+
6
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