Skip to content

Commit

Permalink
Fix confusing 'also' in server_block doc
Browse files Browse the repository at this point in the history
  • Loading branch information
artofhuman committed Jan 23, 2025
1 parent 7787520 commit 5502c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sharding.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ to use, which can be useful if you are mixing sharding and primary/replica serve
# this SELECT query uses the "a_read_only" shard
if r = Rainbow.first(hash: /31337/)
r.count += 1
# this UPDATE query also uses the "a" shard
# this UPDATE query uses the "a" shard
r.save
end
end
Expand Down

0 comments on commit 5502c60

Please sign in to comment.