From 83375f47e111a254e523ba462364390937eeef07 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 27 Aug 2022 14:48:10 -0700 Subject: Avoid leaving a period alone [ci skip] --- include/ruby/internal/arithmetic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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" -- cgit v1.2.1