Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhalanskyjb committed Sep 3, 2024
1 parent 27da4b0 commit 3852f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/stdlib/instant.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Examples:
Non-examples:

* "2024-08-05, 14:34:31" is not an `Instant`,
because people in Tokyo and Marocco would not observe this on their clocks
because people in Tokyo and Morocco would not observe this on their clocks
simultaneously.
* "2024-08-05 UTC" is not an `Instant`, as it's too coarse.
We define `Instant` values to have a precision of several seconds.
Expand Down Expand Up @@ -233,7 +233,7 @@ The specifics of what gets added is given below.
*
* Also, there is a [minus] operator that returns the [Duration] representing the difference between two instants:
*
* - `val kotlinRelease = Instant.parse("2016-02-15T02:00T12:00+03:00")`
* - `val kotlinRelease = Instant.parse("2016-02-15T12:00+03:00")`
* - `val kotlinStableDuration = Clock.System.now() - kotlinRelease`
*
* ### Platform specifics
Expand Down

0 comments on commit 3852f17

Please sign in to comment.