Update docs/export-keyword.md

Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
This commit is contained in:
Brad Sharp 2024-06-14 09:02:07 -07:00 committed by GitHub
parent 8ce7955b0d
commit 3b26c60c16
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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