Skip to content

Commit

Permalink
Fix typo in parameter docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davepagurek authored Dec 16, 2023
1 parent d7b0aa0 commit 4ba8c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/rendering.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ p5.prototype.createFramebuffer = function(options) {
* the canvas anyway.
*
* @method clearDepth
* @parameter [depth] The value, between 0 and 1, to reset the depth to, where
* @param {Number} [depth] The value, between 0 and 1, to reset the depth to, where
* 0 corresponds to a value as close as possible to the camera before getting
* clipped, and 1 corresponds to a value as far away from the camera as possible.
* The default value is 1.
Expand Down

0 comments on commit 4ba8c67

Please sign in to comment.