mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[Doc] Standardize wording s/sweeped/swept/
This commit is contained in:
parent
816a1d97fd
commit
37abe1a220
Notes:
git
2021-03-23 01:30:54 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
|||
enum
|
||||
RBIMPL_ATTR_ENUM_EXTENSIBILITY(closed)
|
||||
ruby_value_type {
|
||||
RUBY_T_NONE = 0x00, /**< Non-object (sweeped etc.) */
|
||||
RUBY_T_NONE = 0x00, /**< Non-object (swept etc.) */
|
||||
|
||||
RUBY_T_OBJECT = 0x01, /**< @see struct ::RObject */
|
||||
RUBY_T_CLASS = 0x02, /**< @see struct ::RClass and ::rb_cClass */
|
||||
|
|
Loading…
Add table
Reference in a new issue