diff --git a/lib/parsby/combinators.rb b/lib/parsby/combinators.rb index 5e9c59b..d90cb77 100644 --- a/lib/parsby/combinators.rb +++ b/lib/parsby/combinators.rb @@ -185,9 +185,8 @@ def splicer Parsby::Splicer end - # Accepts any number of strings or ranges optionally arbitrarily nested - # in arrays and parses a single char from the char options in the - # resulting joined string. + # Parses a single char from the char options provided as string and + # range arguments optionally arbitrarily nested in arrays. # # join(many(char_in('a'..'z', 0..9))).parse "foo23 bar" # #=> "foo23"