Skip to content

Commit

Permalink
Merge pull request #49397 from hatsu38/fix_typo-author_name-in_md
Browse files Browse the repository at this point in the history
[skip ci] Docs: Fix typo in author name Paul Coelho -> Paulo Coelho
  • Loading branch information
rafaelfranca committed Sep 27, 2023
1 parent 087dfd9 commit b69de99
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 @@ -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*
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 b69de99

Please sign in to comment.