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

ruby-changes:64225

From: d-m-u <ko1@a...>
Date: Thu, 17 Dec 2020 13:22:32 +0900 (JST)
Subject: [ruby-changes:64225] ccf9da079f (master): fix doc typo

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

From ccf9da079f0a9987f80d74b971a11bcd236d3576 Mon Sep 17 00:00:00 2001
From: d-m-u <16326669+d-m-u@u...>
Date: Wed, 16 Dec 2020 23:20:49 -0500
Subject: fix doc typo

s/it's/its

diff --git a/lib/uri/common.rb b/lib/uri/common.rb
index 2af4338..d818592 100644
--- a/lib/uri/common.rb
+++ b/lib/uri/common.rb
@@ -252,7 +252,7 @@ module URI https://github.com/ruby/ruby/blob/trunk/lib/uri/common.rb#L252
   #
   # Returns a Regexp object which matches to URI-like strings.
   # The Regexp object returned by this method includes arbitrary
-  # number of capture group (parentheses).  Never rely on it's number.
+  # number of capture group (parentheses).  Never rely on its number.
   #
   # == Usage
   #
-- 
cgit v0.10.2


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

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