diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 109188579b66a..dbfaf52f943f3 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -664,7 +664,7 @@ # Topic => Topic(id: integer, title: string, author_name: string...) - Topic.where([:title, :author_name] => [["The Alchemist", "Paul Coelho"], ["Harry Potter", "J.K Rowling"]]) + Topic.where([:title, :author_name] => [["The Alchemist", "Paulo Coelho"], ["Harry Potter", "J.K Rowling"]]) ``` *Paarth Madan* diff --git a/guides/source/7_1_release_notes.md b/guides/source/7_1_release_notes.md index 0344bfe44071e..9bef4b544ab79 100644 --- a/guides/source/7_1_release_notes.md +++ b/guides/source/7_1_release_notes.md @@ -680,7 +680,7 @@ Please refer to the [Changelog][active-record] for detailed changes. * Allow specifying where clauses with column-tuple syntax. ```ruby - Topic.where([:title, :author_name] => [["The Alchemist", "Paul Coelho"], ["Harry Potter", "J.K Rowling"]]) + Topic.where([:title, :author_name] => [["The Alchemist", "Paulo Coelho"], ["Harry Potter", "J.K Rowling"]]) ``` * Auto generated index names are now limited to 62 bytes, which fits within the default