Skip to content

Commit 476cfa0

Browse files
cbaker6TomWFox
andauthored
Update Sources/ParseSwift/Objects/ParseInstallation+combine.swift
Co-authored-by: Tom Fox <[email protected]>
1 parent 223757b commit 476cfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ParseSwift/Objects/ParseInstallation+combine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public extension ParseInstallation {
1919
Fetches the `ParseInstallation` *aynchronously* with the current data from the server
2020
and sets an error if one occurs. Publishes when complete.
2121
- 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
22+
`ParseObject`s. Use `["*"]` to include all keys. This is similar to `include` and
2323
`includeAll` for `Query`.
2424
- parameter options: A set of header options sent to the server. Defaults to an empty set.
2525
- returns: A publisher that eventually produces a single value and then finishes or fails.

0 commit comments

Comments
 (0)