diff options
author | Kenichi Kamiya <kachick1@gmail.com> | 2021-03-23 00:04:44 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <znz@users.noreply.github.com> | 2021-03-23 01:30:27 +0900 |
commit | 37abe1a220d5b8adc61f4405c3d9115dd6114c04 (patch) | |
tree | f8e7f7869dc54219bbcc4b74776465ab9efec8a8 | |
parent | 816a1d97fdcb46cec51f6fa25d191630698106d1 (diff) |
[Doc] Standardize wording s/sweeped/swept/
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4307
-rw-r--r-- | include/ruby/internal/value_type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/value_type.h b/include/ruby/internal/value_type.h index 6f24f08910..620d0b098c 100644 --- a/include/ruby/internal/value_type.h +++ b/include/ruby/internal/value_type.h @@ -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 */ |