fix doc typo

s/it's/its
This commit is contained in:
d-m-u 2020-12-16 23:20:49 -05:00 committed by Marc-André Lafortune
parent d07183ec85
commit ccf9da079f
Notes: git 2020-12-17 13:22:39 +09:00

View File

@ -252,7 +252,7 @@ module URI
# #
# Returns a Regexp object which matches to URI-like strings. # Returns a Regexp object which matches to URI-like strings.
# The Regexp object returned by this method includes arbitrary # 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 # == Usage
# #