mirror of
https://github.com/dmuth/diceware.git
synced 2025-02-16 16:32:11 +00: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) {
|
Diceware.getRandomValue = function(max) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue