Skip to content

Commit 3776623

Browse files
author
José Valim
committed
Merge pull request #1925 from jwarwick/changelog_typos
Fixed typo in CHANGELOG
2 parents 5e87179 + fcb5076 commit 3776623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
* Bug fixes
1616
* [HashDict] Ensure a `HashDict` stored in an attribute can be accessed via the attribute
17-
* [Enum] Fix bug in `Enum.chunk/4` where you'd get an extra element when there enumerable was a multiple of the counter and a pad was given
17+
* [Enum] Fix bug in `Enum.chunk/4` where you'd get an extra element when the enumerable was a multiple of the counter and a pad was given
1818
* [Kernel] `quote location: :keep` now only affects definitions in order to keep the proper trace in definition exceptions
1919
* [Mix] Also symlink `include` directories in _build dependencies
2020

0 commit comments

Comments
 (0)