From 7b6fed87384a1a41aa435d4609e9fee80aff9a55 Mon Sep 17 00:00:00 2001 From: Steve Moser Date: Fri, 26 Aug 2016 15:37:17 -0400 Subject: [PATCH] Fix 'when the' comment typo --- Sample/OCKSample/RootViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sample/OCKSample/RootViewController.swift b/Sample/OCKSample/RootViewController.swift index d6a36e4cd..2b191f028 100644 --- a/Sample/OCKSample/RootViewController.swift +++ b/Sample/OCKSample/RootViewController.swift @@ -146,7 +146,7 @@ extension RootViewController: OCKSymptomTrackerViewControllerDelegate { extension RootViewController: ORKTaskViewControllerDelegate { - /// Called with then user completes a presented `ORKTaskViewController`. + /// Called when the user completes a presented `ORKTaskViewController`. func taskViewController(taskViewController: ORKTaskViewController, didFinishWithReason reason: ORKTaskViewControllerFinishReason, error: NSError?) { defer { dismissViewControllerAnimated(true, completion: nil)