Skip to content

Commit 8c58c82

Browse files
authored
Fix markdown formatting error at AR 8.0-stable changelog (rails#54995)
1 parent 57142ab commit 8c58c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Use of `Timeout.timeout` could result in improperly initialized database connection.
1212

1313
This could lead to a partially configured connection being used, resulting in various exceptions,
14-
the most common being with the PostgreSQLAdapter raising `undefined method `key?' for nil`
14+
the most common being with the PostgreSQLAdapter raising `undefined method 'key?' for nil`
1515
or `TypeError: wrong argument type nil (expected PG::TypeMap)`.
1616

1717
*Jean Boussier*

0 commit comments

Comments
 (0)