From a797ded8e2637de91dd4dd5b54bed515f6cda08a Mon Sep 17 00:00:00 2001 From: spaette Date: Sat, 27 Aug 2022 16:09:55 -0500 Subject: typos --- include/ruby/internal/arithmetic.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/ruby/internal/arithmetic.h') diff --git a/include/ruby/internal/arithmetic.h b/include/ruby/internal/arithmetic.h index 3f7840c384..437a141d2a 100644 --- a/include/ruby/internal/arithmetic.h +++ b/include/ruby/internal/arithmetic.h @@ -18,7 +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 arithmtic 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.3