Skip to content

Commit 7e80c25

Browse files
authored
Fix typo (#10196)
1 parent 5b622de commit 7e80c25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseStorageInternal/Sources/FIRStorageUtils.h

+1-1
Original file line numberDiff line numberDiff 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.

Firestore/Source/Public/FirebaseFirestore/FIRFirestore.h

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)