From 3b26c60c163487126205577b8ec6a679f30cec5c Mon Sep 17 00:00:00 2001 From: Brad Sharp <22573845+bradsharp@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:02:07 -0700 Subject: [PATCH] Update docs/export-keyword.md Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com> --- docs/export-keyword.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/export-keyword.md b/docs/export-keyword.md index 1f22d12..d5e585c 100644 --- a/docs/export-keyword.md +++ b/docs/export-keyword.md @@ -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