Skip to content

Commit

Permalink
corrected comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mankal111 committed Oct 6, 2018
1 parent cb9119b commit c3170ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const getInteger = (min, max) => {
/**
* Returns a random float
* @param {number} min minimum possible integer
* @param {number} max minimum possible integer
* @param {number} max maximum possible integer
* @returns {number}
*/
const getFloat = (min, max) => {
Expand Down

0 comments on commit c3170ee

Please sign in to comment.