Fix spelling

This commit is contained in:
John Bampton 2024-10-09 03:36:17 +10:00 committed by Hiroshi SHIBATA
parent 65494d3cc6
commit 3fc1495c30
Notes: git 2024-10-08 22:15:02 +00:00
7 changed files with 15 additions and 15 deletions

View file

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