This commit is contained in:
Kazuhiro NISHIYAMA 2022-03-04 11:28:25 +09:00
Родитель 19f331f588
Коммит fb928f0ea0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 262ED8DBB4222F7A
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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`