Skip to content

Commit d2b23f4

Browse files
committed
Copy-edit documentation [ci skip]
1 parent 790723b commit d2b23f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/relation/query_methods.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def group!(*args) # :nodoc:
397397
# === Arel
398398
#
399399
# If you need to pass in complicated expressions that you have verified
400-
# are safe for the DB, you can use Arel.
400+
# are safe for the database, you can use Arel.
401401
#
402402
# User.order(Arel.sql('end_date - start_date'))
403403
# # SELECT "users".* FROM "users" ORDER BY end_date - start_date

0 commit comments

Comments
 (0)