Skip to content

Commit 3852f17

Browse files
committed
Fixes
1 parent 27da4b0 commit 3852f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/stdlib/instant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Examples:
3737
Non-examples:
3838

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

0 commit comments

Comments
 (0)