From 38a77238b7511d8d7d992346ad601b1bbd057bc4 Mon Sep 17 00:00:00 2001 From: AsynchronousMatrix <38085006+4x8Matrix@users.noreply.github.com> Date: Thu, 10 Aug 2023 17:41:34 +0100 Subject: [PATCH] Update src/lune/builtins/luau.rs Co-authored-by: Filip Tibell --- src/lune/builtins/luau.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lune/builtins/luau.rs b/src/lune/builtins/luau.rs index e49b728..b455d91 100644 --- a/src/lune/builtins/luau.rs +++ b/src/lune/builtins/luau.rs @@ -87,7 +87,7 @@ impl<'lua> FromLua<'lua> for LoadOptions { from: value.type_name(), to: "LoadOptions", message: Some(format!( - "Invalid compile options - expected string or table, got {}", + "Invalid load options - expected string or table, got {}", value.type_name() )), })