Skip to content

Commit acc7c26

Browse files
authored
Merge pull request #5575 from reejuBhattacharya/issue_5574
fixes issue #5574
2 parents 963873c + 72d002a commit acc7c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webgl/p5.Geometry.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import p5 from '../core/main';
1313
* p5 Geometry class
1414
* @class p5.Geometry
1515
* @constructor
16-
* @param {Integer} [detailX] number of vertices on horizontal surface
17-
* @param {Integer} [detailY] number of vertices on horizontal surface
16+
* @param {Integer} [detailX] number of vertices along the x-axis.
17+
* @param {Integer} [detailY] number of vertices along the y-axis.
1818
* @param {function} [callback] function to call upon object instantiation.
1919
*/
2020
p5.Geometry = function(detailX, detailY, callback) {

0 commit comments

Comments
 (0)