summaryrefslogtreecommitdiff
path: root/doc/packed_data.rdoc
diff options
context:
space:
mode:
authorydah <13041216+ydah@users.noreply.github.com>2024-02-15 15:49:30 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-02-15 17:01:02 +0900
commit317c1da62b95cf3dadd4838c47b588dffad1398d (patch)
treeb4a45dfa7753e962e1c1fc1b7e94a3a01d9b2983 /doc/packed_data.rdoc
parent8b061eeb229ea71089e0c061b67d6a43b4ebf5e1 (diff)
s/Direcive/Directive/
Diffstat (limited to 'doc/packed_data.rdoc')
-rw-r--r--doc/packed_data.rdoc2
1 files changed, 1 insertions, 1 deletions
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
- <tt>'x'</tt> - Null byte: