Skip to content

Commit 3986853

Browse files
committed
more nits
1 parent 6628b2d commit 3986853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/ParseSwift/Types/Query.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ public struct Query<T>: ParseTypeable where T: ParseObject {
411411
In this situation, when the change of a Player `ParseObject` fulfills the subscription, only the
412412
name field will be sent to the clients instead of the full Player `ParseObject`.
413413
If this is called multiple times, then all of the keys specified in each of the calls will be received.
414-
- note: Setting`fields` will take precedence over `select`. If `fields` are not set, the
414+
- note: Setting `fields` will take precedence over `select`. If `fields` are not set, the
415415
`select` keys will be used.
416416
- warning: This is only for `ParseLiveQuery`.
417417
- parameter keys: A variadic list of fields to receive back instead of the whole `ParseObject`.
@@ -430,7 +430,7 @@ public struct Query<T>: ParseTypeable where T: ParseObject {
430430
In this situation, when the change of a Player `ParseObject` fulfills the subscription, only the
431431
name field will be sent to the clients instead of the full Player `ParseObject`.
432432
If this is called multiple times, then all of the keys specified in each of the calls will be received.
433-
- note: Setting`fields` will take precedence over `select`. If `fields` are not set, the
433+
- note: Setting `fields` will take precedence over `select`. If `fields` are not set, the
434434
`select` keys will be used.
435435
- warning: This is only for `ParseLiveQuery`.
436436
- parameter keys: An array of fields to receive back instead of the whole `ParseObject`.

0 commit comments

Comments
 (0)