javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@739957 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
392f5ccdd3
commit
aa0dd1db20
|
@ -481,7 +481,7 @@ public class OpenIntToDoubleHashMap implements Serializable {
|
|||
/** Reference modification count. */
|
||||
private final int referenceCount;
|
||||
|
||||
/** Index of curent element. */
|
||||
/** Index of current element. */
|
||||
private int current;
|
||||
|
||||
/** Index of next element. */
|
||||
|
|
Loading…
Reference in New Issue