We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262872d commit 9020735Copy full SHA for 9020735
commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/RNGUtils.java
@@ -477,7 +477,7 @@ public String toString() {
477
* sequentially from the {@code long} (order depends on the source64 mode). This setting is
478
* significant depending on the byte order. For example for a high-low source64 mode and
479
* 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>
+ * output. If using little-endian the output bytes will be written as:</p>
481
*
482
* <pre>{@code
483
* 76543210 -> 4567 0123
0 commit comments