Skip to content

Commit 87e080b

Browse files
committed
doc: enhance doc formatting
1 parent c27db06 commit 87e080b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/Swift/Source/AsyncAwait/CollectionReference+AsyncAwait.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public extension CollectionReference {
5151
/// - Parameters:
5252
/// - value: An instance of `Encodable` to be encoded to a document.
5353
/// - encoder: An encoder instance to use to run the encoding.
54-
/// - Throws: `Error` if the backend rejected the write.
54+
/// - Throws: `Error` if the backend rejected the write.
5555
/// - Returns: A `DocumentReference` pointing to the newly created document.
5656
@discardableResult
5757
func addDocument<T: Encodable>(from value: T,

0 commit comments

Comments
 (0)