We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd75229 commit e61b79bCopy full SHA for e61b79b
1 file changed
include/ruby/internal/fl_type.h
@@ -260,7 +260,7 @@ ruby_fl_type {
260
RUBY_FL_EXIVAR
261
262
#if defined(RBIMPL_HAVE_ENUM_ATTRIBUTE)
263
- RBIMPL_ATTR_DEPRECATED(("FL_EXIVAR is an outdated implementation detail, it shoudl be used."))
+ RBIMPL_ATTR_DEPRECATED(("FL_EXIVAR is an outdated implementation detail, it should not be used."))
264
#elif defined(_MSC_VER)
265
# pragma deprecated(RUBY_FL_EXIVAR)
266
#endif
0 commit comments