Skip to content

Commit 5241554

Browse files
cbaker6TomWFox
andauthored
Update Sources/ParseSwift/Objects/ParseUser.swift
Co-authored-by: Tom Fox <[email protected]>
1 parent 59eb3fb commit 5241554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ParseSwift/Objects/ParseUser.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ public extension Sequence where Element: ParseUser {
753753

754754
/**
755755
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
756+
- parameter batchLimit: The maximum number of objects to send in each batch. If the items to be batched
757757
is greater than the `batchLimit`, the objects will be sent to the server in waves up to the `batchLimit`.
758758
Defaults to 50.
759759
- parameter options: A set of header options sent to the server. Defaults to an empty set.

0 commit comments

Comments
 (0)