Fix typos in docstring
This commit is contained in:
parent
e611cb8a19
commit
9ba9cf453b
1 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ class number extends make {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returnss a float value within the supplied range
|
||||
* Returns a float value within the supplied range
|
||||
* @param {number} min - Start value
|
||||
* @param {number} max - End value
|
||||
* @param {number} precision
|
||||
|
@ -151,7 +151,7 @@ class number extends make {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returnss a random power of 2 between 1 and 2048
|
||||
* Returns a random power of 2 between 1 and 2048
|
||||
* @returns {number}
|
||||
*/
|
||||
static tiny () {
|
||||
|
|
Loading…
Reference in a new issue