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 30eec91 commit f12c904Copy full SHA for f12c904
Sources/ParseSwift/API/API.swift
@@ -8,7 +8,7 @@
8
9
import Foundation
10
11
-/// The REST API for communicating with the Parse Server.
+/// The REST API for communicating with a Parse Server.
12
public struct API {
13
14
internal enum Method: String, Encodable {
Sources/ParseSwift/Coding/ParseCoding.swift
@@ -32,7 +32,7 @@ extension ParseCoding {
32
}
33
34
/// The Parse Encoder is used to JSON encode all `ParseObject`s and
35
- /// types in a way meaninful for the Parse Server to consume.
+ /// types in a way meaninful for a Parse Server to consume.
36
static func parseEncoder() -> ParseEncoder {
37
ParseEncoder(
38
dateEncodingStrategy: parseDateEncodingStrategy
0 commit comments