File tree 2 files changed +2
-2
lines changed
FirebaseStorageInternal/Sources
Firestore/Source/Public/FirebaseFirestore
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN
77
77
+ (NSString *)encodedURLForPath : (FIRStoragePath *)path ;
78
78
79
79
/* *
80
- * Creates a NSError in the Firebase Storage domain with given code and description.
80
+ * Creates an NSError in the Firebase Storage domain with given code and description.
81
81
* Useful for argument validation.
82
82
* @param description The error description to surface to the user.
83
83
* @param code The error code.
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ NS_SWIFT_NAME(Firestore)
85
85
*
86
86
* The method accepts the JSON format exported by the Firebase CLI (`firebase
87
87
* firestore:indexes`). If the JSON format is invalid, the completion block will be
88
- * invoked with a NSError.
88
+ * invoked with an NSError.
89
89
*
90
90
* @param json The JSON format exported by the Firebase CLI.
91
91
* @param completion A block to execute when setting is in a final state. The `error` parameter
You can’t perform that action at this time.
0 commit comments