diff --git a/proposals/stdlib/instant.md b/proposals/stdlib/instant.md index 07278a034..f9b33f3c1 100644 --- a/proposals/stdlib/instant.md +++ b/proposals/stdlib/instant.md @@ -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. @@ -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