summaryrefslogtreecommitdiff
path: root/class.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-21 00:40:56 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-21 01:19:55 +0900
commitfb8f011422c645ebe29e94c3fb2079af73d1d35f (patch)
tree93201efe561d1139cf7e89764bb7becfea23bcae /class.c
parentad534a677a6df7437c934440b35affa88ce3648a (diff)
Fixed indefinite articles before "Integer" [ci skip]
Diffstat (limited to 'class.c')
-rw-r--r--class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/class.c b/class.c
index a76609112f..6d5cabcc6d 100644
--- a/class.c
+++ b/class.c
@@ -1881,7 +1881,7 @@ rb_singleton_class_get(VALUE obj)
* Returns the singleton class of \a obj. Creates it if necessary.
*
* \param obj an arbitrary object.
- * \throw TypeError if \a obj is a Integer or a Symbol.
+ * \throw TypeError if \a obj is an Integer or a Symbol.
* \return the singleton class.
*
* \post \a obj has its own singleton class.