small typo and grammar fixes

This commit is contained in:
zeromus
2016-04-14 18:07:37 -05:00
parent 98bb79893e
commit d02fa17be2
6 changed files with 9 additions and 9 deletions

View File

@ -91,7 +91,7 @@ removes an element from an arbitrary position in the stack
:param SQInteger nsize: required stack size
:returns: a SQRESULT
ensure that the stack space left is at least of a specified size.If the stack is smaller it will automatically grow. if there's a memtamethod currently running the function will fail and the stack will not be resized, this situatuation has to be considered a "stack overflow".
ensure that the stack space left is at least of a specified size.If the stack is smaller it will automatically grow. if there's a metamethod currently running the function will fail and the stack will not be resized, this situatuation has to be considered a "stack overflow".