From 7bc280d785e445791efc454a3725d05bc6f25d17 Mon Sep 17 00:00:00 2001 From: LoganDark Date: Mon, 8 Nov 2021 13:26:46 -0800 Subject: [PATCH] fix comment --- Compiler/include/Luau/Compiler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compiler/include/Luau/Compiler.h b/Compiler/include/Luau/Compiler.h index f2b72377..1002f263 100644 --- a/Compiler/include/Luau/Compiler.h +++ b/Compiler/include/Luau/Compiler.h @@ -37,8 +37,8 @@ struct CompileOptions const char* vectorLib = nullptr; const char* vectorCtor = nullptr; - // array of globals that are mutable; disables the import optimization for - // fields accessed through them. use NULL to end the array + // optional array of globals that are mutable; disables the import optimization for fields accessed through them + // use NULL to end the array const char** mutableGlobalNames; };