diff options
-rw-r--r-- | lib/random/formatter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/random/formatter.rb b/lib/random/formatter.rb index befa1d03d7..27eb6dae52 100644 --- a/lib/random/formatter.rb +++ b/lib/random/formatter.rb @@ -201,7 +201,7 @@ module Random::Formatter # # The result contains 74 random bits (9.25 random bytes). # - # Note that this method cannot be made reproducable because its output + # Note that this method cannot be made reproducible because its output # includes not only random bits but also timestamp. # # See draft-ietf-uuidrev-rfc4122bis[https://datatracker.ietf.org/doc/draft-ietf-uuidrev-rfc4122bis/] |