Skip to content

Commit aff6118

Browse files
authored
Update ContentView.swift
1 parent 7646b68 commit aff6118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Bodies/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ struct ContentView: View {
8585
}
8686
let result = try JSONDecoder().decode(Result.self, from: data)
8787

88-
// No we need to merge the results we have in the database with the
88+
// Now we need to merge the results we have in the database with the
8989
// once we got from the web.
9090
// We don't actually compare the values, but just overwrite existing
9191
// records if they are still the same.

0 commit comments

Comments
 (0)