File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Examples:
3737Non-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
You can’t perform that action at this time.
0 commit comments