1
0
Fork 0
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:
Nobuyoshi Nakada 2020-11-16 22:14:37 +09:00
parent 8985add9eb
commit 0f37f384d4
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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