Skip to content

Commit

Permalink
Merge pull request #5575 from reejuBhattacharya/issue_5574
Browse files Browse the repository at this point in the history
fixes issue #5574
  • Loading branch information
aferriss committed Jan 22, 2022
2 parents 963873c + 72d002a commit acc7c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webgl/p5.Geometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import p5 from '../core/main';
* p5 Geometry class
* @class p5.Geometry
* @constructor
* @param {Integer} [detailX] number of vertices on horizontal surface
* @param {Integer} [detailY] number of vertices on horizontal surface
* @param {Integer} [detailX] number of vertices along the x-axis.
* @param {Integer} [detailY] number of vertices along the y-axis.
* @param {function} [callback] function to call upon object instantiation.
*/
p5.Geometry = function(detailX, detailY, callback) {
Expand Down

0 comments on commit acc7c26

Please sign in to comment.