Skip to content

Commit

Permalink
[skip ci] Docs: Fix typo in author name Paul Coelho -> Paulo Coelho
Browse files Browse the repository at this point in the history
  • Loading branch information
hatsu38 committed Sep 27, 2023
1 parent 7893e0a commit c0d8528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion activerecord/CHANGELOG.md
Expand Up @@ -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*
Expand Down
2 changes: 1 addition & 1 deletion guides/source/7_1_release_notes.md
Expand Up @@ -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
Expand Down

0 comments on commit c0d8528

Please sign in to comment.