From ad778095dc45929f8796efb4e01d096d44fcf6e7 Mon Sep 17 00:00:00 2001 From: Kyle Haptonstall Date: Sun, 7 Nov 2021 15:46:12 -0600 Subject: [PATCH] address typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cadbb0..edba410 100644 --- a/README.md +++ b/README.md @@ -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)