aboutsummaryrefslogtreecommitdiffstats
path: root/pack.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-11-16 22:14:37 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-11-16 22:14:59 +0900
commit0f37f384d40fda88111d6a8a573da09423543549 (patch)
tree23a4c20a7912d45de2482ab9388816e98fa052ae /pack.rb
parent8985add9eb9d2f1f7bc8213e0f02baeed4e408e6 (diff)
downloadruby-0f37f384d40fda88111d6a8a573da09423543549.tar.gz
[DOC] Fixed a typo [ci skip]
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