Update index.md (#6)

Add casing and pronunciation guide
This commit is contained in:
Arseny Kapoulkine 2020-12-02 15:57:25 -08:00 committed by GitHub
parent 43fed897c1
commit ffa3c9fe7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Luau # Luau
Luau is a fast, small, safe, gradually typed embeddable scripting language derived from Lua. It is used by Roblox game developers to write game code, as well as by Roblox engineers to implement large parts of the user-facing application code as well as portions of the editor (Roblox Studio) as plugins. Luau (lowercase u, /ˈlu.aʊ/) is a fast, small, safe, gradually typed embeddable scripting language derived from Lua. It is used by Roblox game developers to write game code, as well as by Roblox engineers to implement large parts of the user-facing application code as well as portions of the editor (Roblox Studio) as plugins.
```lua ```lua
type Point = { x: number, y: number } type Point = { x: number, y: number }