Skip to content

Commit 6bfe018

Browse files
authored
Merge pull request #5751 from calebfoss/box-height-typo
Correct typo on box() in inline documentation
2 parents f7557d2 + bbb509d commit 6bfe018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webgl/3d_primitives.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ p5.prototype.plane = function(width, height, detailX, detailY) {
9999
* Draw a box with given width, height and depth
100100
* @method box
101101
* @param {Number} [width] width of the box
102-
* @param {Number} [Height] height of the box
102+
* @param {Number} [height] height of the box
103103
* @param {Number} [depth] depth of the box
104104
* @param {Integer} [detailX] Optional number of triangle
105105
* subdivisions in x-dimension

0 commit comments

Comments
 (0)