diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-12-08 14:02:08 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-12-09 02:16:45 +0900 |
| commit | e61b79b384307ae3358c13d015be3550db7c0b53 (patch) | |
| tree | 5a3f6fe172c16a2ede5bfacc4749b736e83f4052 /include/ruby/internal | |
| parent | bd752290e743e3465286b3c656c8e31869f1c4fc (diff) | |
Fix a typo in the deprecation warning message
Diffstat (limited to 'include/ruby/internal')
| -rw-r--r-- | include/ruby/internal/fl_type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/fl_type.h b/include/ruby/internal/fl_type.h index da8670a808..9bbcb9d2b8 100644 --- a/include/ruby/internal/fl_type.h +++ b/include/ruby/internal/fl_type.h @@ -260,7 +260,7 @@ ruby_fl_type { RUBY_FL_EXIVAR #if defined(RBIMPL_HAVE_ENUM_ATTRIBUTE) - 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.")) #elif defined(_MSC_VER) # pragma deprecated(RUBY_FL_EXIVAR) #endif |
