aboutsummaryrefslogtreecommitdiffstats
path: root/src/algorithms/shuffling
diff options
context:
space:
mode:
Diffstat (limited to 'src/algorithms/shuffling')
-rw-r--r--src/algorithms/shuffling/SattoloShuffle.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algorithms/shuffling/SattoloShuffle.java b/src/algorithms/shuffling/SattoloShuffle.java
index 163464c..e981cb8 100644
--- a/src/algorithms/shuffling/SattoloShuffle.java
+++ b/src/algorithms/shuffling/SattoloShuffle.java
@@ -20,7 +20,7 @@ import java.util.Random;
/**
- * Bias free array shuffling class using Sattolo Cycles.<br/>
+ * Bias free array shuffling class using Sattolo Cycles.<br>
* The is probably the best possible shuffling algorithm.
*/
public class SattoloShuffle