Skip to content

Commit f7d97ef

Browse files
committed
Fix a typo in the Instant.parse documentation
Fixes #258
1 parent 4177ef8 commit f7d97ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/common/src/Instant.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ public expect class Instant : Comparable<Instant> {
161161
* - `2020-08-30T18:43:00Z`
162162
* - `2020-08-30T18:43:00.500Z`
163163
* - `2020-08-30T18:43:00.123456789Z`
164-
* - `2020-08-30T18:40.00+03:00`
165-
* - `2020-08-30T18:40.00+03:30:20`
164+
* - `2020-08-30T18:40:00+03:00`
165+
* - `2020-08-30T18:40:00+03:30:20`
166166
*
167167
* The string is considered to represent time on the UTC-SLS time scale instead of UTC.
168168
* In practice, this means that, even if there is a leap second on the given day, it will not affect how the

0 commit comments

Comments
 (0)