diff options
author | Maximilian Krambach <[email protected]> | 2018-07-18 11:43:47 +0000 |
---|---|---|
committer | Maximilian Krambach <[email protected]> | 2018-07-18 11:43:47 +0000 |
commit | 50da3ff2fddf0d35541f798313e881fef3cff869 (patch) | |
tree | c537eeda76054987db1861ea7b6308fd6eb6d7e9 /lang/js/src/permittedOperations.js | |
parent | js: fix getkeys with locate option (diff) | |
download | gpgme-50da3ff2fddf0d35541f798313e881fef3cff869.tar.gz gpgme-50da3ff2fddf0d35541f798313e881fef3cff869.zip |
js: typo in comment
--
* Documentation typo that caused jsdoc to exit with an error
Diffstat (limited to 'lang/js/src/permittedOperations.js')
-rw-r--r-- | lang/js/src/permittedOperations.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/js/src/permittedOperations.js b/lang/js/src/permittedOperations.js index b5e91579..1c28ab81 100644 --- a/lang/js/src/permittedOperations.js +++ b/lang/js/src/permittedOperations.js @@ -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 */ /** |