Skip to content

Commit 25c2d29

Browse files
committed
Fix missing backquote in changelog
1 parent b10b9c5 commit 25c2d29

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

0 commit comments

Comments
 (0)