Fix typos in docstring

This commit is contained in:
pyoor 2018-08-20 12:54:21 -04:00
parent e611cb8a19
commit 9ba9cf453b
1 changed files with 2 additions and 2 deletions

View File

@ -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 () {