mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Fixed a typo [ci skip]
This commit is contained in:
parent
8985add9eb
commit
0f37f384d4
1 changed files with 1 additions and 1 deletions
2
pack.rb
2
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
|
||||
|
|
Loading…
Reference in a new issue