mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
fix comment
This commit is contained in:
parent
dd2b9eeef3
commit
7bc280d785
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ struct CompileOptions
|
||||||
const char* vectorLib = nullptr;
|
const char* vectorLib = nullptr;
|
||||||
const char* vectorCtor = nullptr;
|
const char* vectorCtor = nullptr;
|
||||||
|
|
||||||
// array of globals that are mutable; disables the import optimization for
|
// optional array of globals that are mutable; disables the import optimization for fields accessed through them
|
||||||
// fields accessed through them. use NULL to end the array
|
// use NULL to end the array
|
||||||
const char** mutableGlobalNames;
|
const char** mutableGlobalNames;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue