Skip to content

Commit 435740e

Browse files
committed
Fix changelog description to Enumerable#inject raises ArgumentError
1 parent ae7e102 commit 435740e

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
@@ -68,7 +68,7 @@ Compatibility:
6868
* Update `Dir.foreach` to accept an `encoding` parameter (#2627, @bjfish).
6969
* Update `IO.readlines` to ignore negative limit parameters (#2625 , @bjfish).
7070
* Update `Math.sqrt` to raise a `Math::DomainError` for negative numbers (#2621, @bjfish).
71-
* Update `Enumerable#inject` to raise a `LocalJumpError` if no block or symbol are given (#2626, @bjfish).
71+
* Update `Enumerable#inject` to raise an `ArgumentError` if no block or symbol are given (#2626, @bjfish).
7272

7373
Performance:
7474

0 commit comments

Comments
 (0)