This commit is contained in:
Douglas Muth 2017-11-08 21:14:13 -05:00
parent f4dd2b1e79
commit 5bce9bf5ec

View file

@ -26,7 +26,7 @@ Diceware.i_can_has_good_crypto = function() {
/**
* Return a random integer between 1 max.
* Return a random integer between 1 and max.
*/
Diceware.getRandomValue = function(max) {