Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorials/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A tutorial on how to migrate to 2.0

This is the biggest compatibility breaking change for 2.0. The transition from Lua 5.2 (Moonsharp) to Luau. One of the big changes being the now unavailable `goto` statements, which you'll have to switch to the `continue` statement instead.

For more info on the differences between Luau and Lua 5.2, visit https://luau.org/compatibility/
For more info on the differences between Luau and Lua 5.2, visit [https://luau.org/compatibility/](https://luau.org/compatibility/)

## Unique Names

Expand Down