Skip to content

Commit cb80a76

Browse files
authored
Merge pull request #837 from jbondpdx/master
fixups on stdlib README
2 parents cbd33ad + f5bab71 commit cb80a76

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,13 +1695,11 @@ Returns the number of elements in a string, an array or a hash. This function wi
16951695
16961696
#### `sprintf_hash`
16971697
1698-
Perform printf-style formatting with named references of text.
1698+
Performs printf-style formatting with named references of text.
16991699
1700-
The first paameter is format string describing how the rest of the parameters in the hash
1701-
should be formatted. See the documentation for the `Kernel::sprintf` function in Ruby for
1702-
all the details.
1700+
The first parameter is a format string describing how to format the rest of the parameters in the hash. See Ruby documentation for [`Kernel::sprintf`](https://ruby-doc.org/core-2.4.2/Kernel.html#method-i-sprintf) for details about this function.
17031701
1704-
*Example:*
1702+
For example:
17051703
17061704
```puppet
17071705
$output = sprintf_hash('String: %<foo>s / number converted to binary: %<number>b',

0 commit comments

Comments
 (0)