1
0
Fork 0
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:
Kenichi Kamiya 2021-03-23 00:04:44 +09:00 committed by Kazuhiro NISHIYAMA
parent 816a1d97fd
commit 37abe1a220
Notes: git 2021-03-23 01:30:54 +09:00

View file

@ -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 */