From 4273e07e009b63dfd69b824c244826e7e62ac057 Mon Sep 17 00:00:00 2001 From: James Lopez Date: Mon, 20 Jun 2016 17:25:51 +0200 Subject: [PATCH] fix comment --- app/validators/addressable_url_validator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/validators/addressable_url_validator.rb b/app/validators/addressable_url_validator.rb index ee6a5a1185..64e8581e0d 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.