Skip to content

Commit

Permalink
address typo
Browse files Browse the repository at this point in the history
  • Loading branch information
khaptonstall authored Nov 7, 2021
1 parent e5e6bf3 commit ad77809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ do {
}
```

When working with events that use time (such as the Two-Mile Run), you'll have use the `RecordedTime` struct, which provides two options for initialization:
When working with events that use time (such as the Two-Mile Run), you'll use the `RecordedTime` struct, which provides two options for initialization:
```swift
// Using RecordedTime(seconds:) creates a non-optional instance:
let recordedTime = RecordedTime(seconds: 60)
Expand Down

0 comments on commit ad77809

Please sign in to comment.