diff options
Diffstat (limited to 'include/ruby/internal/scan_args.h')
-rw-r--r-- | include/ruby/internal/scan_args.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/scan_args.h b/include/ruby/internal/scan_args.h index d9329e7e98..8cc023b533 100644 --- a/include/ruby/internal/scan_args.h +++ b/include/ruby/internal/scan_args.h @@ -17,7 +17,7 @@ * recursively included from extension libraries written in C++. * 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. + * extension libraries. They could be written in C++98. * @brief Compile-time static implementation of ::rb_scan_args(). * * This is a beast. It statically analyses the argument spec string, and |