summaryrefslogtreecommitdiff
path: root/pack.rb
diff options
context:
space:
mode:
Diffstat (limited to 'pack.rb')
-rw-r--r--pack.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/pack.rb b/pack.rb
index 2b6b142174..a4723861d5 100644
--- a/pack.rb
+++ b/pack.rb
@@ -212,7 +212,7 @@ class String
# V | Integer | 32-bit unsigned, VAX (little-endian) byte order
# | |
# U | Integer | UTF-8 character
- # w | Integer | BER-compressed integer (see Array.pack)
+ # w | Integer | BER-compressed integer (see Array#pack)
#
# Float | |
# Directive | Returns | Meaning