From f2df6b6aaa55f2cf96271327e36e21e583836a53 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 21 Jan 2014 05:55:15 +0100 Subject: m doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/algorithms/shuffling/SattoloShuffle.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
+ * Bias free array shuffling class using Sattolo Cycles.
* The is probably the best possible shuffling algorithm. */ public class SattoloShuffle -- cgit v1.2.3-70-g09d2