Skip to content

Commit c0d8528

Browse files
committed
[skip ci] Docs: Fix typo in author name Paul Coelho -> Paulo Coelho
1 parent 7893e0a commit c0d8528

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

activerecord/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@
664664
665665
# Topic => Topic(id: integer, title: string, author_name: string...)
666666
667-
Topic.where([:title, :author_name] => [["The Alchemist", "Paul Coelho"], ["Harry Potter", "J.K Rowling"]])
667+
Topic.where([:title, :author_name] => [["The Alchemist", "Paulo Coelho"], ["Harry Potter", "J.K Rowling"]])
668668
```
669669

670670
*Paarth Madan*

guides/source/7_1_release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ Please refer to the [Changelog][active-record] for detailed changes.
680680
* Allow specifying where clauses with column-tuple syntax.
681681

682682
```ruby
683-
Topic.where([:title, :author_name] => [["The Alchemist", "Paul Coelho"], ["Harry Potter", "J.K Rowling"]])
683+
Topic.where([:title, :author_name] => [["The Alchemist", "Paulo Coelho"], ["Harry Potter", "J.K Rowling"]])
684684
```
685685

686686
* Auto generated index names are now limited to 62 bytes, which fits within the default

0 commit comments

Comments
 (0)