Skip to content

Commit 9d01f2d

Browse files
author
carabasdaniel
authored
Merge pull request #1176 from nbarrientos/patch-1
Fix typo in validate_ipv6_address function
2 parents 1e878d6 + ee8536d commit 9d01f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/parser/functions/validate_ipv6_address.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
#
4-
# validate_ipv7_address.rb
4+
# validate_ipv6_address.rb
55
#
66
module Puppet::Parser::Functions
77
newfunction(:validate_ipv6_address, doc: <<-DOC

0 commit comments

Comments
 (0)