mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix spelling
This commit is contained in:
parent
65494d3cc6
commit
3fc1495c30
Notes:
git
2024-10-08 22:15:02 +00:00
7 changed files with 15 additions and 15 deletions
2
struct.c
2
struct.c
|
@ -1640,7 +1640,7 @@ rb_struct_dig(int argc, VALUE *argv, VALUE self)
|
|||
*
|
||||
*
|
||||
* Note that member-less \Data is acceptable and might be a useful technique
|
||||
* for defining several homogenous data classes, like
|
||||
* for defining several homogeneous data classes, like
|
||||
*
|
||||
* class HTTPFetcher
|
||||
* Response = Data.define(:body)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue