Skip to content

Commit a7c94e0

Browse files
committed
[GR-17457] Fix changelog description to Enumerable#inject raises ArgumentError
PullRequest: truffleruby/3264
2 parents 9e678e1 + 435740e commit a7c94e0

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

7575
Performance:
7676

0 commit comments

Comments
 (0)