From a7b0758a117ee596e4870f44cf70d026a75d94a1 Mon Sep 17 00:00:00 2001 From: Laurens Van Houtven <_@lvh.cc> Date: Mon, 23 Jun 2014 16:23:46 +0200 Subject: Spelling fix: parentheses --- docs/development/c-bindings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst index 852896ea..a8d71e5c 100644 --- a/docs/development/c-bindings.rst +++ b/docs/development/c-bindings.rst @@ -156,7 +156,7 @@ pointer of the appropriate type to be NULL:: int (*QM_transmogrify)(QM_TRANSMOGRIFICATION_CTX *, int) = NULL; (To do that, copy the signature, put a ``*`` in front of the function -name and wrap it in parens, and then put ``= NULL`` at the end). +name and wrap it in parentheses, and then put ``= NULL`` at the end). Note how types don't need to be conditionally defined, as long as all the necessarily typedefs are in place. -- cgit v1.2.3