diff options
author | 卜部昌平 <[email protected]> | 2021-11-11 11:18:44 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2021-11-11 11:45:19 +0900 |
commit | a4a6e5cd2e69049c9e9296e597a429f849fbe749 (patch) | |
tree | ca5a7d5a93ca6836a9c45d9a43f1be1f98efe712 /include/ruby | |
parent | 1370b0876f4d67e20e8f50f3c048447befd71fdc (diff) |
ENCODING_MASK: fix doxygen link [ci skip]
Diffstat (limited to 'include/ruby')
-rw-r--r-- | include/ruby/internal/encoding/encoding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/encoding/encoding.h b/include/ruby/internal/encoding/encoding.h index 33f7f27fc1..1e1e584773 100644 --- a/include/ruby/internal/encoding/encoding.h +++ b/include/ruby/internal/encoding/encoding.h @@ -65,7 +65,7 @@ enum ruby_encoding_consts { #define ENCODING_INLINE_MAX RUBY_ENCODING_INLINE_MAX /**< @old{RUBY_ENCODING_INLINE_MAX} */ #define ENCODING_SHIFT RUBY_ENCODING_SHIFT /**< @old{RUBY_ENCODING_SHIFT} */ -#define ENCODING_MASK RUBY_ENCODING_MASK /**< @old{RUBY_ENCODING_SHIFT} */ +#define ENCODING_MASK RUBY_ENCODING_MASK /**< @old{RUBY_ENCODING_MASK} */ /** * Destructively assigns the passed encoding to the passed object. The object |