Skip to content

Commit 9020735

Browse files
committed
Javadoc
1 parent 262872d commit 9020735

File tree

1 file changed

+1
-1
lines changed
  • commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress

1 file changed

+1
-1
lines changed

commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/RNGUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ public String toString() {
477477
* sequentially from the {@code long} (order depends on the source64 mode). This setting is
478478
* significant depending on the byte order. For example for a high-low source64 mode and
479479
* using the Java standard big-endian representation the output is the same as the raw 64-bit
480-
* output. If using little endian the output bytes will be written as:</p>
480+
* output. If using little-endian the output bytes will be written as:</p>
481481
*
482482
* <pre>{@code
483483
* 76543210 -> 4567 0123

0 commit comments

Comments
 (0)