From b69de9967a328c0cfdc0650f044c0ebb2e87407a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 26 Sep 2023 23:23:26 -0400 Subject: [PATCH] Merge pull request #49397 from hatsu38/fix_typo-author_name-in_md [skip ci] Docs: Fix typo in author name Paul Coelho -> Paulo Coelho --- activerecord/CHANGELOG.md | 2 +- guides/source/7_1_release_notes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 993d2783d4ced..358424afabccc 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -667,7 +667,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