[DOC] Missing comment markers

This commit is contained in:
Nobuyoshi Nakada 2023-09-27 16:18:05 +09:00
parent 262a0cc868
commit 50520cc193
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465
9 changed files with 17 additions and 17 deletions

2
dir.c
View file

@ -3357,7 +3357,7 @@ dir_s_each_child(int argc, VALUE *argv, VALUE io)
* "main.rb"
*
* If no block is given, returns an enumerator.
*/
*/
static VALUE
dir_each_child_m(VALUE dir)
{