Skip to content

Commit 5502c60

Browse files
committed
Fix confusing 'also' in server_block doc
1 parent 7787520 commit 5502c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sharding.rdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ to use, which can be useful if you are mixing sharding and primary/replica serve
221221
# this SELECT query uses the "a_read_only" shard
222222
if r = Rainbow.first(hash: /31337/)
223223
r.count += 1
224-
# this UPDATE query also uses the "a" shard
224+
# this UPDATE query uses the "a" shard
225225
r.save
226226
end
227227
end

0 commit comments

Comments
 (0)