Skip to content

Commit f12c904

Browse files
committed
nits
1 parent 30eec91 commit f12c904

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/ParseSwift/API/API.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import Foundation
1010

11-
/// The REST API for communicating with the Parse Server.
11+
/// The REST API for communicating with a Parse Server.
1212
public struct API {
1313

1414
internal enum Method: String, Encodable {

Sources/ParseSwift/Coding/ParseCoding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extension ParseCoding {
3232
}
3333

3434
/// The Parse Encoder is used to JSON encode all `ParseObject`s and
35-
/// types in a way meaninful for the Parse Server to consume.
35+
/// types in a way meaninful for a Parse Server to consume.
3636
static func parseEncoder() -> ParseEncoder {
3737
ParseEncoder(
3838
dateEncodingStrategy: parseDateEncodingStrategy

0 commit comments

Comments
 (0)