From 8b061eeb229ea71089e0c061b67d6a43b4ebf5e1 Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:49:01 +0900 Subject: [PATCH] s/enocding/encoding/ --- doc/packed_data.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"