Skip to content

Commit d64f081

Browse files
authored
Merge pull request #1241 from puppetlabs/correct_strings_typo
2 parents e428e18 + a52860a commit d64f081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/parser/functions/load_module_metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module Puppet::Parser::Functions
88
@summary
99
This function loads the metadata of a given module.
1010
11-
@example Example USage:
11+
@example Example Usage:
1212
$metadata = load_module_metadata('archive')
1313
notify { $metadata['author']: }
1414

0 commit comments

Comments
 (0)