@@ -411,7 +411,7 @@ public struct Query<T>: ParseTypeable where T: ParseObject {
411
411
In this situation, when the change of a Player `ParseObject` fulfills the subscription, only the
412
412
name field will be sent to the clients instead of the full Player `ParseObject`.
413
413
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
415
415
`select` keys will be used.
416
416
- warning: This is only for `ParseLiveQuery`.
417
417
- 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 {
430
430
In this situation, when the change of a Player `ParseObject` fulfills the subscription, only the
431
431
name field will be sent to the clients instead of the full Player `ParseObject`.
432
432
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
434
434
`select` keys will be used.
435
435
- warning: This is only for `ParseLiveQuery`.
436
436
- parameter keys: An array of fields to receive back instead of the whole `ParseObject`.
0 commit comments