Skip to content

Commit 98bc61c

Browse files
committed
nit
1 parent 85d0083 commit 98bc61c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CareKitStore/CareKitStore/Structs/Queries/OCKEventQuery.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public struct OCKEventQuery: Equatable {
4545
/// The tags of tasks to match events against.
4646
public var taskTags: [String] = []
4747

48-
/// Determines if tasks with no events should be included in the query results or not. False be default.
48+
/// Determines if tasks with no events should be included in the query results or not. False by default.
4949
public var excludesTasksWithNoEvents = false
5050

5151
/// Initialize a new `OCKEventQuery` by specifying the start and end dates.

CareKitStore/CareKitStore/Structs/Queries/OCKTaskQuery.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public struct OCKTaskQuery: Equatable, OCKQueryProtocol {
7272
/// The remote IDs of the care plans for which tasks should match.
7373
public var carePlanRemoteIDs: [String] = []
7474

75-
/// Determines if tasks with no events should be included in the query results or not. False be default.
75+
/// Determines if tasks with no events should be included in the query results or not. False by default.
7676
public var excludesTasksWithNoEvents = false
7777

7878
/// The order in which the results will be sorted when returned from the query.

0 commit comments

Comments
 (0)