From 94f74b394dce0aee219bf094fe1c12ac36ce4f00 Mon Sep 17 00:00:00 2001 From: Chaitanya Narhare Date: Fri, 14 Jun 2024 11:59:37 +0530 Subject: [PATCH] Changed point class documentation description text --- src/core/shape/2d_primitives.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/shape/2d_primitives.js b/src/core/shape/2d_primitives.js index a3847c10fb..7fa36ee89e 100644 --- a/src/core/shape/2d_primitives.js +++ b/src/core/shape/2d_primitives.js @@ -737,7 +737,7 @@ p5.prototype.line = function(...args) { * can't be filled, so the fill() function won't * affect the point's color. * - * The version of `point()` with one parameter allows the point's location to + * The version of `point()` with two parameters allows the point's location to * be set with its x- and y-coordinates, as in `point(10, 20)`. * * The version of `point()` with three parameters allows the point to be drawn