Skip to content

Commit e61b79b

Browse files
committed
Fix a typo in the deprecation warning message
1 parent bd75229 commit e61b79b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/ruby/internal/fl_type.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ ruby_fl_type {
260260
RUBY_FL_EXIVAR
261261

262262
#if defined(RBIMPL_HAVE_ENUM_ATTRIBUTE)
263-
RBIMPL_ATTR_DEPRECATED(("FL_EXIVAR is an outdated implementation detail, it shoudl be used."))
263+
RBIMPL_ATTR_DEPRECATED(("FL_EXIVAR is an outdated implementation detail, it should not be used."))
264264
#elif defined(_MSC_VER)
265265
# pragma deprecated(RUBY_FL_EXIVAR)
266266
#endif

0 commit comments

Comments
 (0)