diff options
author | d-m-u <[email protected]> | 2020-12-16 23:20:49 -0500 |
---|---|---|
committer | Marc-André Lafortune <[email protected]> | 2020-12-16 23:22:15 -0500 |
commit | ccf9da079f0a9987f80d74b971a11bcd236d3576 (patch) | |
tree | 34eb214075a7c23df6db30832402f0c80ad164f7 /lib/uri/common.rb | |
parent | d07183ec85dc20c7c034170bd8964c79c34a47d7 (diff) |
fix doc typo
s/it's/its
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3920
Diffstat (limited to 'lib/uri/common.rb')
-rw-r--r-- | lib/uri/common.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 # |