Fix typos [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2022-03-04 11:28:25 +09:00
parent 19f331f588
commit fb928f0ea0
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ The MemoryView structure consists of the following members.
- `ssize_t byte_size`
The numbero f bytes in the memory pointed by `data`.
The number of bytes in the memory pointed by `data`.
- `bool readonly`
@ -56,7 +56,7 @@ The MemoryView structure consists of the following members.
- `const char *format`
A string to describeth e format of an element, or NULL for unsigned byte.
A string to describe the format of an element, or NULL for unsigned byte.
- `ssize_t item_size`