Skip to content

Commit 4e4a3bb

Browse files
committed
Merge pull request #659 from richardgroves/patch-1
Documentation update
2 parents 1aea388 + 3b83efb commit 4e4a3bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Parse/PFObject.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,7 @@ NS_REQUIRES_PROPERTY_DEFINITIONS
333333
even if Parse is currently inaccessible.
334334
335335
Use this when you may not have a solid network connection, and don't need to know when the save completes.
336-
If there is some problem with the object such that it can't be saved, it will be silently discarded. If the save
337-
completes successfully while the object is still in memory, then callback will be called.
336+
If there is some problem with the object such that it can't be saved, it will be silently discarded.
338337
339338
Objects saved with this method will be stored locally in an on-disk cache until they can be delivered to Parse.
340339
They will be sent immediately if possible. Otherwise, they will be sent the next time a network connection is

0 commit comments

Comments
 (0)