From 317c1da62b95cf3dadd4838c47b588dffad1398d Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:49:30 +0900 Subject: [PATCH] s/Direcive/Directive/ --- doc/packed_data.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/packed_data.rdoc b/doc/packed_data.rdoc index db1fe91d24..ec0e2c07f0 100644 --- a/doc/packed_data.rdoc +++ b/doc/packed_data.rdoc @@ -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 - 'x' - Null byte: