@@ -130,7 +130,7 @@ extension MutablePersistableRecord {
130
130
131
131
/// If the record has any difference from the other record, executes an
132
132
/// `UPDATE` statement so that those differences and only those differences
133
- /// are saved in the database.
133
+ /// are updated in the database.
134
134
///
135
135
/// For example:
136
136
///
@@ -174,7 +174,7 @@ extension MutablePersistableRecord {
174
174
175
175
/// Modifies the record according to the provided `modify` closure, and
176
176
/// executes an `UPDATE` statement that updates the modified columns, if and
177
- /// only the record was modified.
177
+ /// only if the record was modified.
178
178
///
179
179
/// For example:
180
180
///
@@ -273,8 +273,8 @@ extension MutablePersistableRecord {
273
273
274
274
/// Modifies the record according to the provided `modify` closure, and
275
275
/// executes an `UPDATE RETURNING` statement that updates the modified
276
- /// columns, if and only the record was modified. The method returns a new
277
- /// record built from the updated row.
276
+ /// columns, if and only if the record was modified. The method returns a
277
+ /// new record built from the updated row.
278
278
///
279
279
/// - parameter db: A database connection.
280
280
/// - parameter conflictResolution: A policy for conflict resolution. If
@@ -300,8 +300,8 @@ extension MutablePersistableRecord {
300
300
301
301
/// Modifies the record according to the provided `modify` closure, and
302
302
/// executes an `UPDATE RETURNING` statement that updates the modified
303
- /// columns, if and only the record was modified. The method returns a new
304
- /// record built from the updated row.
303
+ /// columns, if and only if the record was modified. The method returns a
304
+ /// new record built from the updated row.
305
305
///
306
306
/// - parameter db: A database connection.
307
307
/// - parameter conflictResolution: A policy for conflict resolution. If
@@ -484,8 +484,8 @@ extension MutablePersistableRecord {
484
484
485
485
/// Modifies the record according to the provided `modify` closure, and
486
486
/// executes an `UPDATE RETURNING` statement that updates the modified
487
- /// columns, if and only the record was modified. The method returns a new
488
- /// record built from the updated row.
487
+ /// columns, if and only if the record was modified. The method returns a
488
+ /// new record built from the updated row.
489
489
///
490
490
/// - parameter db: A database connection.
491
491
/// - parameter conflictResolution: A policy for conflict resolution. If
@@ -571,8 +571,8 @@ extension MutablePersistableRecord {
571
571
572
572
/// Modifies the record according to the provided `modify` closure, and
573
573
/// executes an `UPDATE RETURNING` statement that updates the modified
574
- /// columns, if and only the record was modified. The method returns a new
575
- /// record built from the updated row.
574
+ /// columns, if and only if the record was modified. The method returns a
575
+ /// new record built from the updated row.
576
576
///
577
577
/// - parameter db: A database connection.
578
578
/// - parameter conflictResolution: A policy for conflict resolution. If
@@ -599,8 +599,8 @@ extension MutablePersistableRecord {
599
599
600
600
/// Modifies the record according to the provided `modify` closure, and
601
601
/// executes an `UPDATE RETURNING` statement that updates the modified
602
- /// columns, if and only the record was modified. The method returns a new
603
- /// record built from the updated row.
602
+ /// columns, if and only if the record was modified. The method returns a
603
+ /// new record built from the updated row.
604
604
///
605
605
/// - parameter db: A database connection.
606
606
/// - parameter conflictResolution: A policy for conflict resolution. If
@@ -787,8 +787,8 @@ extension MutablePersistableRecord {
787
787
788
788
/// Modifies the record according to the provided `modify` closure, and
789
789
/// executes an `UPDATE RETURNING` statement that updates the modified
790
- /// columns, if and only the record was modified. The method returns a new
791
- /// record built from the updated row.
790
+ /// columns, if and only if the record was modified. The method returns a
791
+ /// new record built from the updated row.
792
792
///
793
793
/// - parameter db: A database connection.
794
794
/// - parameter conflictResolution: A policy for conflict resolution. If
0 commit comments