summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-08-27 14:48:10 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2022-08-27 14:48:15 -0700
commit83375f47e111a254e523ba462364390937eeef07 (patch)
tree7b5a144e53f372c28f5c528326af565b295a2716 /include
parenta797ded8e2637de91dd4dd5b54bed515f6cda08a (diff)
Avoid leaving a period alone [ci skip]
Diffstat (limited to 'include')
-rw-r--r--include/ruby/internal/arithmetic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/internal/arithmetic.h b/include/ruby/internal/arithmetic.h
index 437a141d2a..7ebb4a86f1 100644
--- a/include/ruby/internal/arithmetic.h
+++ b/include/ruby/internal/arithmetic.h
@@ -18,8 +18,8 @@
* Do not expect for instance `__VA_ARGS__` is always available.
* We assume C99 for ruby itself but we don't assume languages of
* extension libraries. They could be written in C++98.
- * @brief Conversion between C's arithmetic types and Ruby's numeric types
- * .
+ * @brief Conversion between C's arithmetic types and Ruby's numeric
+ * types.
*/
#include "ruby/internal/arithmetic/char.h"
#include "ruby/internal/arithmetic/double.h"