Skip to content

Commit

Permalink
[Doc] Standardize wording s/sweeped/swept/
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick authored and znz committed Mar 22, 2021
1 parent 816a1d9 commit 37abe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ruby/internal/value_type.h
Expand Up @@ -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 */
Expand Down

0 comments on commit 37abe1a

Please sign in to comment.