diff --git a/core/src/processing/data/IntDict.java b/core/src/processing/data/IntDict.java index ba0bbaca0..d33f22130 100644 --- a/core/src/processing/data/IntDict.java +++ b/core/src/processing/data/IntDict.java @@ -253,7 +253,7 @@ public class IntDict { /** * @webref intdict:method - * @brief Return the internal array being used to store the keys + * @brief Return the internal array being used to store the values */ public Iterable values() { return new Iterable() {