Skip to content

Commit 6c7ce1e

Browse files
authored
Add info alert reffering developers to luaus offical site
1 parent 37eb9c8 commit 6c7ce1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

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

6+
<Alert severity="info">
7+
More up to date documentation can be found at https://luau.org/typecheck
8+
</Alert>
69
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).
710

811
## Define a type

0 commit comments

Comments
 (0)