Skip to content

Commit

Permalink
Merge pull request #16 from latyshev/master
Browse files Browse the repository at this point in the history
fix README
  • Loading branch information
yaroslav authored Jul 19, 2023
2 parents d544922 + b21d789 commit 5b9566a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ user.comments_count #=> select * from slotted_counters where ...
user.comments_count #=> no sql
```

If you want to want preload counters for multiple records, you can use a convenient `#with_slotted_counters` method:
If you want to preload counters for multiple records, you can use a convenient `#with_slotted_counters` method:

```ruby
User.all.with_slotted_counters(:comments).find_each do
Expand Down

0 comments on commit 5b9566a

Please sign in to comment.