Skip to content

Commit a5659f3

Browse files
authored
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. ---------
1 parent 5a33c77 commit a5659f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Type checking
33
description: Luau uses gradual typing through the use of type annotations and inference.
44
---
55

6+
<Alert severity="info">
7+
For the latest and most complete type checking documentation, see [here](https://luau.org/typecheck).
8+
</Alert>
9+
610
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).
711

812
## Define a type

0 commit comments

Comments
 (0)