We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880f309 commit 0b807dbCopy full SHA for 0b807db
1 file changed
core/src/processing/data/IntDict.java
@@ -253,7 +253,7 @@ public int value(int index) {
253
254
/**
255
* @webref intdict:method
256
- * @brief Return the internal array being used to store the keys
+ * @brief Return the internal array being used to store the values
257
*/
258
public Iterable<Integer> values() {
259
return new Iterable<Integer>() {
0 commit comments