Skip to content

Commit

Permalink
Merge pull request #17 from meganemura/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Qqwy committed Feb 17, 2024
2 parents e58f8af + b08f729 commit 85e5819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/prop_check/generators.rb
Expand Up @@ -234,7 +234,7 @@ def float
end

##
# Generates any nonzerno floating-point number.
# Generates any nonzero floating-point number.
# Will generate special floats (except NaN) from time to time.
# c.f. #float
def nonzero_float
Expand Down Expand Up @@ -479,7 +479,7 @@ def hash(*args, **kwargs)

##
#
# Alias for `#hash` that does not conflict with a possibly overriden `Object#hash`.
# Alias for `#hash` that does not conflict with a possibly overridden `Object#hash`.
#
def hash_of(key_generator, value_generator, **kwargs)
array(tuple(key_generator, value_generator), **kwargs)
Expand Down

0 comments on commit 85e5819

Please sign in to comment.