This commit is contained in:
ydah 2024-02-15 15:49:01 +09:00 коммит произвёл Hiroshi SHIBATA
Родитель c57880e68d
Коммит 8b061eeb22
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -240,7 +240,7 @@ for one element in the input or output array.
# => [4194304]
- <tt>'w'</tt> - BER-encoded integer
(see {BER enocding}[https://en.wikipedia.org/wiki/X.690#BER_encoding]):
(see {BER encoding}[https://en.wikipedia.org/wiki/X.690#BER_encoding]):
s = [1073741823].pack('w*')
# => "\x83\xFF\xFF\xFF\x7F"