Skip to content

Commit 44c298c

Browse files
authored
Merge pull request #1406 from ekohl/correct-casing
Correct casing of Stdlib::IP::Address
2 parents 883ba57 + bf91cd5 commit 44c298c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5619,7 +5619,7 @@ Alias of `Pattern[/(?i:\Ahttps?:\/\/.*\z)/]`
56195619

56205620
Validate a host (FQDN or IP address)
56215621

5622-
Alias of `Variant[Stdlib::Fqdn, Stdlib::Ip::Address]`
5622+
Alias of `Variant[Stdlib::Fqdn, Stdlib::IP::Address]`
56235623

56245624
### <a name="Stdlib--Http--Method"></a>`Stdlib::Http::Method`
56255625

types/host.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# @summary Validate a host (FQDN or IP address)
2-
type Stdlib::Host = Variant[Stdlib::Fqdn, Stdlib::Ip::Address]
2+
type Stdlib::Host = Variant[Stdlib::Fqdn, Stdlib::IP::Address]

0 commit comments

Comments
 (0)