Skip to content

Commit 6ab03a1

Browse files
authored
Merge pull request #1266 from Universal-Omega/patch-1
Fix typo in CHANGELOG.md and HISTORY.md
2 parents af84845 + 97e49ab commit 6ab03a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ This is a major release which removes support for the Scientific 5 and Debian 7
322322
- Updated `merge()` with puppt language equivalent example.
323323
- Updated `min()` and `max()` with note that they are in puppet.
324324
- Updated `num2bool()` with information that Boolean can convert.
325-
- Updated `prefix()` function with equivalent operation in pupppet.
325+
- Updated `prefix()` function with equivalent operation in puppet.
326326
- Updated `range()` with information that Integer can be used.
327327
- Updated `reject()` with equivalent filter() call.
328328
- Added note to `reverse()` that the `reverse_each()` Puppet function does the same as it.

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This is a major release which removes support for the Scientific 5 and Debian 7
6060
- Updated `merge()` with puppt language equivalent example.
6161
- Updated `min()` and `max()` with note that they are in puppet.
6262
- Updated `num2bool()` with information that Boolean can convert.
63-
- Updated `prefix()` function with equivalent operation in pupppet.
63+
- Updated `prefix()` function with equivalent operation in puppet.
6464
- Updated `range()` with information that Integer can be used.
6565
- Updated `reject()` with equivalent filter() call.
6666
- Added note to `reverse()` that the `reverse_each()` Puppet function does the same as it.

0 commit comments

Comments
 (0)