Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Oct 21, 2018
1 parent 597b8f4 commit bd15fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -76,7 +76,7 @@ val doubled = duration * 2
val seconds = 10.seconds + 3.minutes // Interval<Second>
```

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
Expand Down

0 comments on commit bd15fd2

Please sign in to comment.