We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7646b68 commit aff6118Copy full SHA for aff6118
Sources/Bodies/ContentView.swift
@@ -85,7 +85,7 @@ struct ContentView: View {
85
}
86
let result = try JSONDecoder().decode(Result.self, from: data)
87
88
- // No we need to merge the results we have in the database with the
+ // Now we need to merge the results we have in the database with the
89
// once we got from the web.
90
// We don't actually compare the values, but just overwrite existing
91
// records if they are still the same.
0 commit comments