From ccf9da079f0a9987f80d74b971a11bcd236d3576 Mon Sep 17 00:00:00 2001 From: d-m-u <16326669+d-m-u@users.noreply.github.com> Date: Wed, 16 Dec 2020 23:20:49 -0500 Subject: fix doc typo s/it's/its --- lib/uri/common.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/uri') diff --git a/lib/uri/common.rb b/lib/uri/common.rb index 2af433857b..d818592b74 100644 --- a/lib/uri/common.rb +++ b/lib/uri/common.rb @@ -252,7 +252,7 @@ module URI # # 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 v1.2.3