[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