js: typo in comment
-- * Documentation typo that caused jsdoc to exit with an error
This commit is contained in:
parent
ce0379d999
commit
50da3ff2fd
@ -28,7 +28,7 @@
|
||||
* Currently accepted values are 'number', 'string', 'boolean'.
|
||||
* @property {Boolean} array_allowed If the value can be an array of types
|
||||
* defined in allowed
|
||||
* @property {<Array>} allowed_data (optional) restricts to the given values
|
||||
* @property {Array<*>} allowed_data (optional) restricts to the given values
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user