1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix a minor grammatical issue in the doc

This commit is contained in:
Romain Goyet 2015-04-23 12:39:48 +02:00
parent 40ff5087ec
commit 8e103d1824

View file

@ -32,7 +32,7 @@ module ActiveRecord
# Conversation.active
# Conversation.archived
#
# Of course, you can also query them directly if the scopes doesn't fit your
# Of course, you can also query them directly if the scopes don't fit your
# needs:
#
# Conversation.where(status: [:active, :archived])