aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Krambach <[email protected]>2018-07-18 11:43:47 +0000
committerMaximilian Krambach <[email protected]>2018-07-18 11:43:47 +0000
commit50da3ff2fddf0d35541f798313e881fef3cff869 (patch)
treec537eeda76054987db1861ea7b6308fd6eb6d7e9
parentjs: fix getkeys with locate option (diff)
downloadgpgme-50da3ff2fddf0d35541f798313e881fef3cff869.tar.gz
gpgme-50da3ff2fddf0d35541f798313e881fef3cff869.zip
js: typo in comment
-- * Documentation typo that caused jsdoc to exit with an error
Diffstat (limited to '')
-rw-r--r--lang/js/src/permittedOperations.js2
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
*/
/**