git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@776410 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-05-19 18:44:02 +00:00
parent 3352617df1
commit c6002f4cd1
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ public class NaturalRanking implements RankingAlgorithm {
}
/**
* Resolve a sequence of ties, using the cconfigured {@link TiesStrategy}.
* Resolve a sequence of ties, using the configured {@link TiesStrategy}.
* The input <code>ranks</code> array is expected to take the same value
* for all indices in <code>tiesTrace</code>. The common value is recoded
* according to the tiesStrategy. For example, if ranks = <5,8,2,6,2,7,1,2>,