Changed the obligatory definition for an optional definition

This commit is contained in:
Alvaro Estrada 2023-09-07 20:53:17 -06:00
parent 7ff66e81bb
commit 9d33475c5d

View file

@ -6,5 +6,5 @@
*
* @property {number} min - The minimum value.
* @property {number} max - The maximum value.
* @property {boolean|undefined} int - If true, this works like {@link EmitterOpRandomConfig}.
* @property {boolean} [int] - If true, this works like {@link EmitterOpRandomConfig}.
*/