Skip to content

Commit 2707646

Browse files
committed
[GR-19691] Fix missing backquote in changelog
PullRequest: truffleruby/3763
2 parents 95ebf53 + 25c2d29 commit 2707646

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
@@ -54,7 +54,7 @@ Bug fixes:
5454
* Fix processing of proc rest arguments located at the beginning if there are no actual arguments (#2921, @andrykonchin).
5555
* Fix `Monitor#exit` to raise `ThreadError` when monitor not owned by the current thread (#2922, @andrykonchin).
5656
* Fix `MatchData#[]` to support negative `length` argument (#2929, @andrykonchin).
57-
* Fix `IO` line reading calls when using a multi-byte delimiter (`IO#{each,gets,readline,readlines,etc.}) (#2961, @vinistock, @nirvdrum).
57+
* Fix `IO` line reading calls when using a multi-byte delimiter (`IO#{each,gets,readline,readlines,etc.}`) (#2961, @vinistock, @nirvdrum).
5858
* Fix the exception type raised when type coercion raises a `NoMethodError` (#2903, @paracycle, @nirvdrum).
5959
* Fix `Method` and `Proc` `#parameters` method to return `_` parameter name without synthetic suffix when there are multiple `_` parameters (@paracycle).
6060

0 commit comments

Comments
 (0)