We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59eb3fb commit 5241554Copy full SHA for 5241554
Sources/ParseSwift/Objects/ParseUser.swift
@@ -753,7 +753,7 @@ public extension Sequence where Element: ParseUser {
753
754
/**
755
Saves a collection of users all at once *asynchronously* and executes the completion block when done.
756
- - parameter batchLimit: The amount of objects to send in each batch. If the items to be batched
+ - parameter batchLimit: The maximum number of objects to send in each batch. If the items to be batched
757
is greater than the `batchLimit`, the objects will be sent to the server in waves up to the `batchLimit`.
758
Defaults to 50.
759
- parameter options: A set of header options sent to the server. Defaults to an empty set.
0 commit comments