diff options
author | spaette <[email protected]> | 2022-08-27 16:09:55 -0500 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2022-08-27 14:42:55 -0700 |
commit | a797ded8e2637de91dd4dd5b54bed515f6cda08a (patch) | |
tree | b1fe90d7eb98d742ee9860bb234f9771c52f21c5 /include/ruby/internal/arithmetic.h | |
parent | 95d2d7920c97d0502ebed4ba439177325ad05e57 (diff) |
typos
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6290
Diffstat (limited to 'include/ruby/internal/arithmetic.h')
-rw-r--r-- | include/ruby/internal/arithmetic.h | 3 |
1 files changed, 2 insertions, 1 deletions
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" |