diff options
author | James Lopez <james@jameslopez.es> | 2016-06-20 17:25:51 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-06-20 17:25:51 +0200 |
commit | 4273e07e009b63dfd69b824c244826e7e62ac057 (patch) | |
tree | 8f0e96b0ace6159620d356f1d3de0105a9d82969 /app/validators | |
parent | 6d763831d00027600e4da9807e6be3afb47abd4b (diff) | |
download | gitlab-ce-4273e07e009b63dfd69b824c244826e7e62ac057.tar.gz |
fix comment
Diffstat (limited to 'app/validators')
-rw-r--r-- | app/validators/addressable_url_validator.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/validators/addressable_url_validator.rb b/app/validators/addressable_url_validator.rb index ee6a5a11850..64e8581e0d3 100644 --- a/app/validators/addressable_url_validator.rb +++ b/app/validators/addressable_url_validator.rb @@ -1,6 +1,6 @@ # AddressableUrlValidator # -# Custom validator for URLs. This is a +# Custom validator for URLs. This is a stricter version of UrlValidator. # # By default, only URLs for http, https, ssh, and git protocols will be considered valid. # Provide a `:protocols` option to configure accepted protocols. |