summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-11-11 11:18:44 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-11-11 11:45:19 +0900
commita4a6e5cd2e69049c9e9296e597a429f849fbe749 (patch)
treeca5a7d5a93ca6836a9c45d9a43f1be1f98efe712 /include
parent1370b0876f4d67e20e8f50f3c048447befd71fdc (diff)
ENCODING_MASK: fix doxygen link [ci skip]
Diffstat (limited to 'include')
-rw-r--r--include/ruby/internal/encoding/encoding.h2
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