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 223757b commit 476cfa0Copy full SHA for 476cfa0
Sources/ParseSwift/Objects/ParseInstallation+combine.swift
@@ -19,7 +19,7 @@ public extension ParseInstallation {
19
Fetches the `ParseInstallation` *aynchronously* with the current data from the server
20
and sets an error if one occurs. Publishes when complete.
21
- parameter includeKeys: The name(s) of the key(s) to include that are
22
- `ParseObjects`. Use `["*"]` to include all keys. This is similar to `include` and
+ `ParseObject`s. Use `["*"]` to include all keys. This is similar to `include` and
23
`includeAll` for `Query`.
24
- parameter options: A set of header options sent to the server. Defaults to an empty set.
25
- returns: A publisher that eventually produces a single value and then finishes or fails.
0 commit comments