Skip to content

Commit

Permalink
simplify description
Browse files Browse the repository at this point in the history
  • Loading branch information
jolmg committed Sep 25, 2020
1 parent 364857d commit 4efaf43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/parsby/combinators.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4efaf43

Please sign in to comment.