Skip to content

Commit 760508d

Browse files
authored
Merge pull request #1001 from ekohl/fix-readme
(maint) Match HTTP[S]Url case to the actual types
2 parents 4661089 + b056980 commit 760508d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ true
323323
false
324324
```
325325

326-
#### `Stdlib::Httpsurl`
326+
#### `Stdlib::HTTPSUrl`
327327

328328
Matches HTTPS URLs. It is a case insensitive match.
329329

@@ -341,7 +341,7 @@ Unacceptable input example:
341341
httds://notquiteright.org`
342342
```
343343

344-
#### `Stdlib::Httpurl`
344+
#### `Stdlib::HTTPUrl`
345345

346346
Matches both HTTPS and HTTP URLs. It is a case insensitive match.
347347

0 commit comments

Comments
 (0)