mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
-typo
This commit is contained in:
parent
f4dd2b1e79
commit
5bce9bf5ec
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue