Skip to content

Commit

Permalink
More minor fixes in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
mkutz committed Sep 23, 2024
1 parent 233e7fe commit 979b7e4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion manual/src/docs/asciidoc/chapters/04-random.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Or an Iranian licence plate:
include::../../../test/java/examples/java/RandomDocTest.java[tag=iranianLicensePlate]
----
[source,kotlin,indent=0,role="secondary"]
.Java
.Kotlin
----
include::../../../test/kotlin/examples/kotlin/RandomDocTest.kt[tag=iranianLicensePlate]
----
Expand All @@ -261,12 +261,22 @@ The link:{javadoc-url}/random/org/stubit/random/RandomDuration.html[`RandomDurat
----
include::../../../test/java/examples/java/RandomDocTest.java[tag=aDurationBetween]
----
[source,kotlin,indent=0,role="secondary"]
.Kotlin
----
include::../../../test/kotlin/examples/kotlin/RandomDocTest.kt[tag=aDurationBetween]
----

[source,java,indent=0,role="primary"]
.Java
----
include::../../../test/java/examples/java/RandomDocTest.java[tag=aDuration]
----
[source,kotlin,indent=0,role="secondary"]
.Kotlin
----
include::../../../test/kotlin/examples/kotlin/RandomDocTest.kt[tag=aDuration]
----

== Random Date

Expand Down

0 comments on commit 979b7e4

Please sign in to comment.