[ruby/securerandom] Typofix by misspell

https://github.com/ruby/securerandom/commit/e8be08901a
This commit is contained in:
Hiroshi SHIBATA 2023-12-25 13:38:24 +09:00
Родитель 3d40f11564
Коммит 6931222883
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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/]