summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2022-10-18 10:16:22 -0500
committerGitHub <noreply@github.com>2022-10-18 10:16:22 -0500
commitd67b6310d3e529b4d4a56ba8d850aa5bccfb83b5 (patch)
tree691ce6d9af417ec7ef2a5492ae6fab38aba726e4 /doc
parent1b235dcfd99b925e4c6eb90b221beec2e82410fb (diff)
[DOC] Link to packed data doc (#6567)
* Link to packed data doc * Update pack.rb Co-authored-by: Peter Zhu <peter@peterzhu.ca> * Update pack.rb Co-authored-by: Peter Zhu <peter@peterzhu.ca> * Update pack.rb Co-authored-by: Peter Zhu <peter@peterzhu.ca> Co-authored-by: Peter Zhu <peter@peterzhu.ca>
Notes
Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
Diffstat (limited to 'doc')
-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,