summaryrefslogtreecommitdiff
path: root/app/validators
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-20 17:25:51 +0200
committerJames Lopez <james@jameslopez.es>2016-06-20 17:25:51 +0200
commit4273e07e009b63dfd69b824c244826e7e62ac057 (patch)
tree8f0e96b0ace6159620d356f1d3de0105a9d82969 /app/validators
parent6d763831d00027600e4da9807e6be3afb47abd4b (diff)
downloadgitlab-ce-4273e07e009b63dfd69b824c244826e7e62ac057.tar.gz
fix comment
Diffstat (limited to 'app/validators')
-rw-r--r--app/validators/addressable_url_validator.rb2
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.