aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Model/FSTFieldValue.h
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-07 19:54:08 -0800
committerGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-07 19:54:08 -0800
commitbf48b0abc18e098c2579ddd3bcd8694269e2db25 (patch)
tree59e98c8e0632d4c95952ceb1b39ead34c1ec7f66 /Firestore/Source/Model/FSTFieldValue.h
parent904a141217d6ab84f1759dc504a9329bd74adf68 (diff)
Method renames
Diffstat (limited to 'Firestore/Source/Model/FSTFieldValue.h')
-rw-r--r--Firestore/Source/Model/FSTFieldValue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Firestore/Source/Model/FSTFieldValue.h b/Firestore/Source/Model/FSTFieldValue.h
index f13f93f..991fb67 100644
--- a/Firestore/Source/Model/FSTFieldValue.h
+++ b/Firestore/Source/Model/FSTFieldValue.h
@@ -57,14 +57,14 @@ typedef NS_ENUM(NSInteger, FSTServerTimestampBehavior) {
- (instancetype)init NS_UNAVAILABLE;
/**
- * Creates a FSTFieldValueOptions instance that specifies deserialization behavior for pending
+ * Creates an FSTFieldValueOptions instance that specifies deserialization behavior for pending
* server timestamps.
*/
- (instancetype)initWithServerTimestampBehavior:(FSTServerTimestampBehavior)serverTimestampBehavior
NS_DESIGNATED_INITIALIZER;
-/** Creates FSTFieldValueOptions from FIRSnapshotOptions. */
-+ (instancetype)fieldValueOptions:(FIRSnapshotOptions *)value;
+/** Creates an FSTFieldValueOption instance from FIRSnapshotOptions. */
++ (instancetype)optionsForSnapshotOptions:(FIRSnapshotOptions *)value;
@end