Avoid leaving a period alone [ci skip]

This commit is contained in:
Takashi Kokubun 2022-08-27 14:48:10 -07:00
Родитель a797ded8e2
Коммит 83375f47e1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 6FFC433B12EE23DD
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -18,8 +18,8 @@
* Do not expect for instance `__VA_ARGS__` is always available. * Do not expect for instance `__VA_ARGS__` is always available.
* We assume C99 for ruby itself but we don't assume languages of * We assume C99 for ruby itself but we don't assume languages of
* extension libraries. They could be written in C++98. * 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/char.h"
#include "ruby/internal/arithmetic/double.h" #include "ruby/internal/arithmetic/double.h"