diff --git a/doc/packed_data.rdoc b/doc/packed_data.rdoc index 59d8c99a3a..db1fe91d24 100644 --- a/doc/packed_data.rdoc +++ b/doc/packed_data.rdoc @@ -240,7 +240,7 @@ for one element in the input or output array. # => [4194304] - 'w' - BER-encoded integer - (see {BER enocding}[https://en.wikipedia.org/wiki/X.690#BER_encoding]): + (see {BER encoding}[https://en.wikipedia.org/wiki/X.690#BER_encoding]): s = [1073741823].pack('w*') # => "\x83\xFF\xFF\xFF\x7F"