summaryrefslogtreecommitdiff
path: root/doc/packed_data.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/packed_data.rdoc')
-rw-r--r--doc/packed_data.rdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/packed_data.rdoc b/doc/packed_data.rdoc
index 252fae3c85..9ba585c90b 100644
--- a/doc/packed_data.rdoc
+++ b/doc/packed_data.rdoc
@@ -1,4 +1,4 @@
-== Packed Data
+== Packed \Data
Certain Ruby core methods deal with packing and unpacking data:
@@ -10,7 +10,7 @@ Certain Ruby core methods deal with packing and unpacking data:
forming objects that become the elements of a new array;
returns that array.
- \Method String#unpack1:
- Does the same, but returns only the first extracted object.
+ Does the same, but unpacks and returns only the first extracted object.
Each of these methods accepts a string +template+,
consisting of zero or more _directive_ characters,