From 3bdf625599cbdecec863ecf8b3c308717d7aeefc Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Tue, 30 Mar 2021 15:53:05 -0700 Subject: [PATCH] Update index.md Remove information about internal tooling altogether --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 9df7426f..70cfc024 100644 --- a/docs/index.md +++ b/docs/index.md @@ -53,7 +53,7 @@ feature_row3: - title: Analysis excerpt: > - To make it easier to write correct code, Luau comes with a set of analysis tools that can surface common mistakes. These consist of a linter and a type checker, colloquially known as script analysis, and can be used from [Roblox Studio](https://developer.roblox.com/en-us/articles/The-Script-Analysis-Tool) or the (currently internal-only) command-line interface version of Roblox Studio. The linting passes are [described here](lint), and the type checking user guide can [be found here](typecheck). + To make it easier to write correct code, Luau comes with a set of analysis tools that can surface common mistakes. These consist of a linter and a type checker, colloquially known as script analysis, and can be used from [Roblox Studio](https://developer.roblox.com/en-us/articles/The-Script-Analysis-Tool). The linting passes are [described here](lint), and the type checking user guide can [be found here](typecheck). url: /typecheck btn_label: Learn More btn_class: "btn--primary"