Skip to content

Commit

Permalink
Merge pull request #1406 from ekohl/correct-casing
Browse files Browse the repository at this point in the history
Correct casing of Stdlib::IP::Address
  • Loading branch information
bastelfreak authored Nov 8, 2023
2 parents 883ba57 + bf91cd5 commit 44c298c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5619,7 +5619,7 @@ Alias of `Pattern[/(?i:\Ahttps?:\/\/.*\z)/]`

Validate a host (FQDN or IP address)

Alias of `Variant[Stdlib::Fqdn, Stdlib::Ip::Address]`
Alias of `Variant[Stdlib::Fqdn, Stdlib::IP::Address]`

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

Expand Down
2 changes: 1 addition & 1 deletion types/host.pp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# @summary Validate a host (FQDN or IP address)
type Stdlib::Host = Variant[Stdlib::Fqdn, Stdlib::Ip::Address]
type Stdlib::Host = Variant[Stdlib::Fqdn, Stdlib::IP::Address]

0 comments on commit 44c298c

Please sign in to comment.