mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typos [ci skip]
This commit is contained in:
parent
19f331f588
commit
fb928f0ea0
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue