From bd15fd2caf402546a5652d69857e475865e4e932 Mon Sep 17 00:00:00 2001 From: Kizito Nwose Date: Sun, 21 Oct 2018 10:15:45 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1275322..cc3ff83 100755 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ val doubled = duration * 2 val seconds = 10.seconds + 3.minutes // Interval ``` -You can also use these operations on `Calendar`: +You can also use these operations with the `Calendar` class: ```kotlin val twoHoursLater = Calendar.getInstance() + 2.hours