ruby-changes:71325
From: Kazuhiro <ko1@a...>
Date: Fri, 4 Mar 2022 11:29:07 +0900 (JST)
Subject: [ruby-changes:71325] fb928f0ea0 (master): Fix typos [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=fb928f0ea0 From fb928f0ea0e35e06ecc96f592702ff21d28fbdd4 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Fri, 4 Mar 2022 11:28:25 +0900 Subject: Fix typos [ci skip] --- doc/memory_view.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/memory_view.md b/doc/memory_view.md index a24700d0b1..0b1369163d 100644 --- a/doc/memory_view.md +++ b/doc/memory_view.md @@ -48,7 +48,7 @@ The MemoryView structure consists of the following members. https://github.com/ruby/ruby/blob/trunk/doc/memory_view.md#L48 - `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. https://github.com/ruby/ruby/blob/trunk/doc/memory_view.md#L56 - `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` -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/