Skip to content

Commit 642ca20

Browse files
authored
Fix doc typos in FirestoreQuery.swift (#8920)
1 parent 217a348 commit 642ca20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firestore/Swift/Source/PropertyWrapper/FirestoreQuery.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public enum DecodingFailureStrategy {
4949
/// }
5050
///
5151
/// `FirestoreQuery` also supports returning a `Result` type. The `.success` case
52-
/// returns an array of elements, whereas the `.failiure` case returns an error
52+
/// returns an array of elements, whereas the `.failure` case returns an error
5353
/// in case mapping the Firestore docments wasn't successful:
5454
///
5555
/// struct ContentView: View {
@@ -70,7 +70,7 @@ public enum DecodingFailureStrategy {
7070
///
7171
/// Alternatively, the _projected value_ of the property wrapper provides access to
7272
/// the `error` as well. This allows you to display a list of all successfully mapped
73-
/// documents, as well as an error mesage with details about the documents that couldn't
73+
/// documents, as well as an error message with details about the documents that couldn't
7474
/// be mapped successfully (e.g. because of a field name mismatch).
7575
///
7676
/// struct ContentView: View {

0 commit comments

Comments
 (0)