mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
spelling: exhausted
This commit is contained in:
parent
8020750887
commit
89065858e0
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ struct luaL_Buffer
|
|||
char buffer[LUA_BUFFERSIZE];
|
||||
};
|
||||
|
||||
// when internal buffer storage is exhaused, a mutable string value 'storage' will be placed on the stack
|
||||
// when internal buffer storage is exhausted, a mutable string value 'storage' will be placed on the stack
|
||||
// in general, functions expect the mutable string buffer to be placed on top of the stack (top-1)
|
||||
// with the exception of luaL_addvalue that expects the value at the top and string buffer further away (top-2)
|
||||
// functions that accept a 'boxloc' support string buffer placement at any location in the stack
|
||||
|
|
Loading…
Add table
Reference in a new issue