Skip to content

Commit

Permalink
[DOC] Fix missing word [ci skip]
Browse files Browse the repository at this point in the history
Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com>
  • Loading branch information
nobu and olleolleolle authored Dec 6, 2021
1 parent ca1f77d commit 07daed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/random/formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def alphanumeric(n=nil)
# The result will consist of chunks upto _chunk_ bytes separated by
# the elements of _separators_. The chunks consist of alpha-numeric
# characters, except for the elements of _exclude_ unless it is
# falsy. The last chunk may longer than _chunk_. _separators_
# falsy. The last chunk may be longer than _chunk_. _separators_
# should be an Array of one-byte Strings, or a String. The defaults
# of _chunk_, _separators_ and _exclude_ are CHUNK_SIZE, PUNCT and
# EXCLUDE respectively.
Expand Down

0 comments on commit 07daed9

Please sign in to comment.