summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2017-09-16 15:13:43 +0200
committerArmin Rigo <arigo@tunes.org>2017-09-16 15:13:43 +0200
commit076d7cf2a06b3a25e88d7f1b4ac413f26c348d53 (patch)
tree4558869bf199fdf43d38eb4b5c1410e7927145a5 /doc
parent47a5a1d8fde7a3f3239cdfe3b18e68d7441e7937 (diff)
downloadcffi-076d7cf2a06b3a25e88d7f1b4ac413f26c348d53.tar.gz
Typo
Diffstat (limited to 'doc')
-rw-r--r--doc/source/whatsnew.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
index 1f208b9..6ebfe41 100644
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -11,7 +11,7 @@ v1.11
when used as ``charN_t *`` or ``charN_t[]`` they represent a unicode
string. The difference with ``wchar_t`` is that they have a known,
fixed size. They should work at all places that used to work with
- ``wchar_t`` (please report an issue if I missing something). Note
+ ``wchar_t`` (please report an issue if I missed something). Note
that with ``set_source()``, you need to make sure that these types are
actually defined by the C source you provide (if used in ``cdef()``).