From 186e722c05ae0a4c5ed31cad4dd0042057c2e31a Mon Sep 17 00:00:00 2001 From: nikolas Date: Sat, 10 Aug 2019 20:55:40 -0400 Subject: [PATCH] Fix docs typo: trough -> through --- doc/source/reference/api/object_creation_and_handling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/reference/api/object_creation_and_handling.rst b/doc/source/reference/api/object_creation_and_handling.rst index a8abfcb..5345c05 100644 --- a/doc/source/reference/api/object_creation_and_handling.rst +++ b/doc/source/reference/api/object_creation_and_handling.rst @@ -560,7 +560,7 @@ sets the userpointer of the class instance at position idx in the stack. :param const SQChar * name: the name that has to be set :returns: an SQRESULT -sets the name of the native closure at the position idx in the stack. The name of a native closure is purely for debug purposes. The name is retrieved trough the function sq_stackinfos() while the closure is in the call stack. +sets the name of the native closure at the position idx in the stack. The name of a native closure is purely for debug purposes. The name is retrieved through the function sq_stackinfos() while the closure is in the call stack.