We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8391eff commit dd0d7caCopy full SHA for dd0d7ca
core/common/src/DateTimePeriod.kt
@@ -219,8 +219,8 @@ public sealed class DateTimePeriod {
219
* Seconds can optionally have a fractional part with up to nine digits.
220
* The fractional part is separated with a `.`.
221
*
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.
+ * An explicit `+` or `-` sign can be prepended to any number.
+ * `-` means that the number is negative, and `+` has no effect.
224
225
* @throws IllegalArgumentException if the text cannot be parsed or the boundaries of [DateTimePeriod] are
226
* exceeded.
0 commit comments