Skip to content

Commit fcb5076

Browse files
committed
Fixed typo in CHANGELOG
1 parent 067bdde commit fcb5076

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)