diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-12-25 13:38:24 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-25 21:12:49 +0900 |
commit | 69312228838c6676a2be442c8758f37e36638470 (patch) | |
tree | 504426cf759d7e3ec4d5ee1ca735edf114df5ee8 | |
parent | 3d40f115649ab40593d35616b6133b741a854dcb (diff) |
[ruby/securerandom] Typofix by misspell
https://github.com/ruby/securerandom/commit/e8be08901a
-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/] |