Fix typo.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1549093 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-12-08 18:23:09 +00:00
parent a34be55b9b
commit d944333d01
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public abstract class RandomKey<T> extends AbstractListChromosome<Double> implem
private final List<Double> sortedRepresentation;
/**
* Base sequence [0,1,...,n-1], permuted accorting to the representation (unmodifiable).
* Base sequence [0,1,...,n-1], permuted according to the representation (unmodifiable).
*/
private final List<Integer> baseSeqPermutation;