diff --git a/ext/pathname/pathname.c b/ext/pathname/pathname.c index dd1c5f8878..2bb6ce2f3c 100644 --- a/ext/pathname/pathname.c +++ b/ext/pathname/pathname.c @@ -934,7 +934,7 @@ glob_i(VALUE elt, VALUE klass, int argc, VALUE *argv) /* * Returns or yields Pathname objects. * - * Pathname.glob("config/*.rb") + * Pathname.glob("config/" "*.rb") * #=> [#, #, ..] * * See Dir.glob.