Skip to content

Commit 90c597b

Browse files
committed
Update includeAll documentation
1 parent e1ac9a0 commit 90c597b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ParseSwift/Types/Query.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ public struct Query<T>: Encodable, Equatable where T: ParseObject {
687687
}
688688

689689
/**
690-
Includes all nested `ParseObject`s.
690+
Includes all nested `ParseObject`s one level deep.
691691
- warning: Requires Parse Server 3.0.0+
692692
*/
693693
public func includeAll() -> Query<T> {

0 commit comments

Comments
 (0)