Skip to content

Commit dd0d7ca

Browse files
committed
reword
1 parent 8391eff commit dd0d7ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/common/src/DateTimePeriod.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ public sealed class DateTimePeriod {
219219
* Seconds can optionally have a fractional part with up to nine digits.
220220
* The fractional part is separated with a `.`.
221221
*
222-
* All numbers can be negative, in which case, `-` is prepended to them.
223-
* Otherwise, a number can have `+` prepended to it, which does not have an effect.
222+
* An explicit `+` or `-` sign can be prepended to any number.
223+
* `-` means that the number is negative, and `+` has no effect.
224224
*
225225
* @throws IllegalArgumentException if the text cannot be parsed or the boundaries of [DateTimePeriod] are
226226
* exceeded.

0 commit comments

Comments
 (0)