s/it's/its
This commit is contained in:
d-m-u 2020-12-16 23:20:49 -05:00 коммит произвёл Marc-André Lafortune
Родитель d07183ec85
Коммит ccf9da079f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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
#