diff --git a/ext/pathname/pathname.c b/ext/pathname/pathname.c index 59c2b3e350..b4374c7301 100644 --- a/ext/pathname/pathname.c +++ b/ext/pathname/pathname.c @@ -1083,7 +1083,7 @@ s_glob_i(RB_BLOCK_CALL_FUNC_ARGLIST(elt, klass)) /* * Returns or yields Pathname objects. * - * Pathname.glob("config/" "*.rb") + * Pathname.glob("config/*.rb") * #=> [#, #, ..] * * See Dir.glob.