mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-03 18:10:56 +01:00
Update docs/export-keyword.md
Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
This commit is contained in:
parent
8ce7955b0d
commit
3b26c60c16
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ end
|
|||
|
||||
Something important to note here is that the nested table, `triangle` is not frozen.
|
||||
|
||||
#### Multiple Returns
|
||||
#### Returns
|
||||
Today, you can use the export keyword along with a return statement at the end of your module. If you use the export keyword with a value however we will throw an error if you also attempt to return.
|
||||
|
||||
```luau
|
||||
|
|
Loading…
Add table
Reference in a new issue