From 69312228838c6676a2be442c8758f37e36638470 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 25 Dec 2023 13:38:24 +0900 Subject: [PATCH] [ruby/securerandom] Typofix by misspell https://github.com/ruby/securerandom/commit/e8be08901a --- lib/random/formatter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/]