Skip to content

Commit

Permalink
Merge pull request #110 from stevemoser/patch-3
Browse files Browse the repository at this point in the history
Fix 'when the' comment typo
  • Loading branch information
YuanZhu-apple authored Aug 30, 2016
2 parents 304e516 + 7b6fed8 commit b0fc0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sample/OCKSample/RootViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b0fc0f7

Please sign in to comment.