File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
FirebaseStorageInternal/Sources
Firestore/Source/Public/FirebaseFirestore Expand file tree Collapse file tree 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
7777+ (NSString *)encodedURLForPath : (FIRStoragePath *)path ;
7878
7979/* *
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.
8181 * Useful for argument validation.
8282 * @param description The error description to surface to the user.
8383 * @param code The error code.
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ NS_SWIFT_NAME(Firestore)
8585 *
8686 * The method accepts the JSON format exported by the Firebase CLI (`firebase
8787 * firestore:indexes`). If the JSON format is invalid, the completion block will be
88- * invoked with a NSError.
88+ * invoked with an NSError.
8989 *
9090 * @param json The JSON format exported by the Firebase CLI.
9191 * @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