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; };