Skip to content

Commit

Permalink
Fix typo (#10196)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Sep 9, 2022
1 parent 5b622de commit 7e80c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FirebaseStorageInternal/Sources/FIRStorageUtils.h
Expand Up @@ -77,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN
+ (NSString *)encodedURLForPath:(FIRStoragePath *)path;

/**
* Creates a NSError in the Firebase Storage domain with given code and description.
* Creates an NSError in the Firebase Storage domain with given code and description.
* Useful for argument validation.
* @param description The error description to surface to the user.
* @param code The error code.
Expand Down
2 changes: 1 addition & 1 deletion Firestore/Source/Public/FirebaseFirestore/FIRFirestore.h
Expand Up @@ -85,7 +85,7 @@ NS_SWIFT_NAME(Firestore)
*
* The method accepts the JSON format exported by the Firebase CLI (`firebase
* firestore:indexes`). If the JSON format is invalid, the completion block will be
* invoked with a NSError.
* invoked with an NSError.
*
* @param json The JSON format exported by the Firebase CLI.
* @param completion A block to execute when setting is in a final state. The `error` parameter
Expand Down

0 comments on commit 7e80c25

Please sign in to comment.