docs & error message tidy

This commit is contained in:
zeromus
2016-06-18 23:41:05 -05:00
parent 26ef4c4f5e
commit 7290b1fffe
3 changed files with 24 additions and 25 deletions

View File

@ -446,6 +446,6 @@ pops a value from the stack and sets it as a free variable of the closure at the
:param HSQUIRRELVM v: the target VM
:param SQInteger idx: index to the target object in the stack
:returns: a SQRESULT
:remarks: if the object at idx position is an integer,float,bool or null the object itself is pushed instead of a weak ref.
:remarks: if the object at idx position is one of (integer, float, bool, null), the object itself is pushed instead of a weak ref.
pushes a weak reference to the object at position idx in the stack.