docs: fix jsdoc seed type

This commit is contained in:
Tony Brix
2021-03-25 22:05:02 -05:00
committed by GitHub
parent 0782a73a98
commit cde6ea79a3

View File

@@ -53,7 +53,7 @@ getJasmineRequireObj().Env = function(j$) {
* Null causes the seed to be determined randomly at the start of execution.
* @name Configuration#seed
* @since 3.3.0
* @type function
* @type number
* @default null
*/
seed: null,