mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-10 18:50:54 +00:00
Typo
This commit is contained in:
parent
5d7528264e
commit
cd8e06c6ff
@ -350,7 +350,7 @@ export function randint(min, max = null, size = 1)
|
|||||||
// raise error if given an invalid size
|
// raise error if given an invalid size
|
||||||
throw {
|
throw {
|
||||||
origin: "util.random",
|
origin: "util.random",
|
||||||
context: "when generating a random float",
|
context: "when generating a random integer",
|
||||||
error: "size must be a positive integer above 0",
|
error: "size must be a positive integer above 0",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user