@@ -1060,7 +1060,7 @@ public extension Sequence where Element: ParseInstallation {
10601060
10611061 /**
10621062 Saves a collection of installations *synchronously* all at once and throws an error if necessary.
1063- - parameter batchLimit: The maximum number of objects to send in each batch. If the items to be batched.
1063+ - parameter batchLimit: The maximum number of objects to send in each batch. If the amount of items to be batched
10641064 is greater than the `batchLimit`, the objects will be sent to the server in waves up to the `batchLimit`.
10651065 Defaults to 50.
10661066 - parameter ignoringCustomObjectIdConfig: Ignore checking for `objectId`
@@ -1161,7 +1161,7 @@ public extension Sequence where Element: ParseInstallation {
11611161
11621162 /**
11631163 Saves a collection of installations all at once *asynchronously* and executes the completion block when done.
1164- - parameter batchLimit: The maximum number of objects to send in each batch. If the items to be batched.
1164+ - parameter batchLimit: The maximum number of objects to send in each batch. If the amount of items to be batched
11651165 is greater than the `batchLimit`, the objects will be sent to the server in waves up to the `batchLimit`.
11661166 Defaults to 50.
11671167 - parameter transaction: Treat as an all-or-nothing operation. If some operation failure occurs that
@@ -1230,7 +1230,7 @@ public extension Sequence where Element: ParseInstallation {
12301230
12311231 /**
12321232 Creates a collection of installations all at once *asynchronously* and executes the completion block when done.
1233- - parameter batchLimit: The maximum number of objects to send in each batch. If the items to be batched.
1233+ - parameter batchLimit: The maximum number of objects to send in each batch. If the amount of items to be batched
12341234 is greater than the `batchLimit`, the objects will be sent to the server in waves up to the `batchLimit`.
12351235 Defaults to 50.
12361236 - parameter transaction: Treat as an all-or-nothing operation. If some operation failure occurs that
@@ -1283,7 +1283,7 @@ public extension Sequence where Element: ParseInstallation {
12831283
12841284 /**
12851285 Replaces a collection of installations all at once *asynchronously* and executes the completion block when done.
1286- - parameter batchLimit: The maximum number of objects to send in each batch. If the items to be batched.
1286+ - parameter batchLimit: The maximum number of objects to send in each batch. If the amount of items to be batched
12871287 is greater than the `batchLimit`, the objects will be sent to the server in waves up to the `batchLimit`.
12881288 Defaults to 50.
12891289 - parameter transaction: Treat as an all-or-nothing operation. If some operation failure occurs that
@@ -1337,7 +1337,7 @@ public extension Sequence where Element: ParseInstallation {
13371337
13381338 /**
13391339 Updates a collection of installations all at once *asynchronously* and executes the completion block when done.
1340- - parameter batchLimit: The maximum number of objects to send in each batch. If the items to be batched.
1340+ - parameter batchLimit: The maximum number of objects to send in each batch. If the amount of items to be batched
13411341 is greater than the `batchLimit`, the objects will be sent to the server in waves up to the `batchLimit`.
13421342 Defaults to 50.
13431343 - parameter transaction: Treat as an all-or-nothing operation. If some operation failure occurs that
@@ -1625,7 +1625,7 @@ public extension Sequence where Element: ParseInstallation {
16251625
16261626 /**
16271627 Deletes a collection of installations *synchronously* all at once and throws an error if necessary.
1628- - parameter batchLimit: The maximum number of objects to send in each batch. If the items to be batched.
1628+ - parameter batchLimit: The maximum number of objects to send in each batch. If the amount of items to be batched
16291629 is greater than the `batchLimit`, the objects will be sent to the server in waves up to the `batchLimit`.
16301630 Defaults to 50.
16311631 - parameter transaction: Treat as an all-or-nothing operation. If some operation failure occurs that
@@ -1672,7 +1672,7 @@ public extension Sequence where Element: ParseInstallation {
16721672
16731673 /**
16741674 Deletes a collection of installations all at once *asynchronously* and executes the completion block when done.
1675- - parameter batchLimit: The maximum number of objects to send in each batch. If the items to be batched.
1675+ - parameter batchLimit: The maximum number of objects to send in each batch. If the amount of items to be batched
16761676 is greater than the `batchLimit`, the objects will be sent to the server in waves up to the `batchLimit`.
16771677 Defaults to 50.
16781678 - parameter transaction: Treat as an all-or-nothing operation. If some operation failure occurs that
0 commit comments