diff --git a/src/color/creating_reading.js b/src/color/creating_reading.js index 7f59b29e4b..070f4669c2 100644 --- a/src/color/creating_reading.js +++ b/src/color/creating_reading.js @@ -184,7 +184,7 @@ p5.prototype.brightness = function(c) { * *
* - * // CSS hexadecimal color codes. + * // CSS hex color codes. * noStroke(); * let c = color('#0f0'); * fill(c);