Skip to content

Commit

Permalink
Remove erroneous \n from durationNote.qute.adoc
Browse files Browse the repository at this point in the history
They came from the string -> qute conversion.

(cherry picked from commit 93f02be)
  • Loading branch information
gsmet committed Aug 20, 2024
1 parent e7aab55 commit 1b39cd8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ See the link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/t

You can also use a simplified format, starting with a number:

* If the value is only a number, it represents time in seconds.\n
* If the value is a number followed by `ms`, it represents time in milliseconds.\n
* If the value is only a number, it represents time in seconds.
* If the value is a number followed by `ms`, it represents time in milliseconds.
In other cases, the simplified format is translated to the `java.time.Duration` format for parsing:

Expand Down

0 comments on commit 1b39cd8

Please sign in to comment.