Skip to content

Commit 0b807db

Browse files
committed
Correction to IntDict reference for values() method
1 parent 880f309 commit 0b807db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/processing/data/IntDict.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public int value(int index) {
253253

254254
/**
255255
* @webref intdict:method
256-
* @brief Return the internal array being used to store the keys
256+
* @brief Return the internal array being used to store the values
257257
*/
258258
public Iterable<Integer> values() {
259259
return new Iterable<Integer>() {

0 commit comments

Comments
 (0)