fix various typos and incompletely apply very lightweight formatting normalization; clarify sq_getbyhandle applies to class or instance

This commit is contained in:
zeromus
2016-04-14 21:33:27 -05:00
parent f8f229fa00
commit b35c9e827c
24 changed files with 134 additions and 135 deletions

View File

@ -29,4 +29,4 @@ serialize (read) a closure and pushes it on top of the stack, the source is user
:returns: a SQRESULT
:remarks: closures with free variables cannot be serialized
serializes(writes) the closure on top of the stack, the desination is user defined through a write callback.
serializes(writes) the closure on top of the stack, the destination is user defined through a write callback.