From b056980ff2e2f907bdda8d75ea99ff01d818d6f9 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 25 Feb 2019 14:39:38 +0100 Subject: [PATCH] (maint) Match HTTP[S]Url case to the actual types In the type the casing is HTTPUrl and HTTPSUrl. This matches the docs to reality. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2e9ee668..6604a79b4 100644 --- a/README.md +++ b/README.md @@ -323,7 +323,7 @@ true false ``` -#### `Stdlib::Httpsurl` +#### `Stdlib::HTTPSUrl` Matches HTTPS URLs. It is a case insensitive match. @@ -341,7 +341,7 @@ Unacceptable input example: httds://notquiteright.org` ``` -#### `Stdlib::Httpurl` +#### `Stdlib::HTTPUrl` Matches both HTTPS and HTTP URLs. It is a case insensitive match.