Skip to content

Commit 2d16171

Browse files
wilhuffwu-hui
authored andcommitted
Fix typos in FIRDocumentSnapshot.h (#3920)
Fixes #3873.
1 parent 9ced69b commit 2d16171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/Source/Public/FIRDocumentSnapshot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ NS_SWIFT_NAME(QueryDocumentSnapshot)
159159
* Retrieves all fields in the document as an `NSDictionary`.
160160
*
161161
* Server-provided timestamps that have not yet been set to their final value will be returned as
162-
* `NSNull`. You can use `dataWithOptions()` to configure this behavior.
162+
* `NSNull`. You can use `dataWithServerTimestampBehavior()` to configure this behavior.
163163
*
164164
* @return An `NSDictionary` containing all fields in the document.
165165
*/

0 commit comments

Comments
 (0)