Skip to content

Commit

Permalink
Merge pull request quarkusio#42655 from gsmet/fix-duration-note-template
Browse files Browse the repository at this point in the history
Remove erroneous \n from durationNote.qute.adoc
  • Loading branch information
gsmet authored Aug 20, 2024
2 parents c279a18 + 93f02be commit 5d58e41
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 5d58e41

Please sign in to comment.