diff options
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/c-bindings.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst index dbcd62f5..852896ea 100644 --- a/docs/development/c-bindings.rst +++ b/docs/development/c-bindings.rst @@ -84,7 +84,7 @@ Adding constant, types, functions... You can create bindings for any name that exists in some version of the library you're binding against. However, the project also has to -keep supporting older versions of the library. In order to acchieve +keep supporting older versions of the library. In order to achieve this, binding modules have ``CUSTOMIZATIONS`` and ``CONDITIONAL_NAMES`` constants. |