Skip to content

Commit

Permalink
docs: fix inline docs of int()
Browse files Browse the repository at this point in the history
param `radix` was missing
  • Loading branch information
fal-works committed Jan 10, 2021
1 parent 9688687 commit 82639b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utilities/conversion.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ p5.prototype.float = function(str) {
/**
* @method int
* @param {Array} ns values to parse
* @param {Integer} [radix]
* @return {Number[]} integer representation of values
*/
p5.prototype.int = function(n, radix = 10) {
Expand Down

0 comments on commit 82639b0

Please sign in to comment.