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

[ci skip] Fix typo beacuse -> because

This commit is contained in:
Abhay Nikam 2019-03-06 07:49:26 +05:30
parent 4353adab89
commit 664685680c

View file

@ -173,7 +173,7 @@ module ActiveRecord
# { title: 'Eloquent Ruby', author: 'Russ' }
# ])
#
# # raises ActiveRecord::RecordNotUnique beacuse 'Eloquent Ruby'
# # raises ActiveRecord::RecordNotUnique because 'Eloquent Ruby'
# # does not have a unique ID
# Book.insert_all!([
# { id: 1, title: 'Rework', author: 'David' },