[前][次][番号順一覧][スレッド一覧]

ruby-changes:63615

From: Nobuyoshi <ko1@a...>
Date: Mon, 16 Nov 2020 22:19:46 +0900 (JST)
Subject: [ruby-changes:63615] 0f37f384d4 (master): [DOC] Fixed a typo [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=0f37f384d4

From 0f37f384d40fda88111d6a8a573da09423543549 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 16 Nov 2020 22:14:37 +0900
Subject: [DOC] Fixed a typo [ci skip]


diff --git a/pack.rb b/pack.rb
index 2b6b142..a472386 100644
--- a/pack.rb
+++ b/pack.rb
@@ -212,7 +212,7 @@ class String https://github.com/ruby/ruby/blob/trunk/pack.rb#L212
   #  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
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]