File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ func readDocument(at docRef: DocumentReference) {
279
279
}
280
280
}
281
281
282
- // Option 2: switch on the code and compare agianst raw values.
282
+ // Option 2: switch on the code and compare against raw values.
283
283
switch nsError. code {
284
284
case FirestoreErrorCode . unavailable. rawValue:
285
285
print ( " Can't read document due to being offline! " )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import Foundation
19
19
20
20
class IndexingTests : FSTIntegrationTestCase {
21
21
func testAutoIndexCreationSetSuccessfully( ) throws {
22
- // Use persistent disk cache (explict )
22
+ // Use persistent disk cache (explicit )
23
23
let settings = db. settings
24
24
settings. cacheSettings = PersistentCacheSettings ( )
25
25
db. settings = settings
You can’t perform that action at this time.
0 commit comments