Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
s/stings/strings/
  • Loading branch information
ydah committed Jun 26, 2024
1 parent 04f839a commit fba4086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pbt/arbitrary/arbitrary_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def hexa
one_of(*HEXA_CHARS)
end

# For lowercase hexadecimal stings.
# For lowercase hexadecimal strings.
#
# @see Pbt.array
# @param kwargs [Hash] Options for ArrayArbitrary. See `.array` for more information.
Expand Down

0 comments on commit fba4086

Please sign in to comment.