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

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

@ -577,7 +577,7 @@ for one byte in the input or output string.
[0, 1, 2].pack("CCX2C") # => "\x02"
"\x00\x02".unpack("CCXC") # => [0, 2, 2]
== Null Byte Direcive
== Null Byte Directive
- <tt>'x'</tt> - Null byte: