From 50da3ff2fddf0d35541f798313e881fef3cff869 Mon Sep 17 00:00:00 2001 From: Maximilian Krambach Date: Wed, 18 Jul 2018 13:43:47 +0200 Subject: [PATCH] js: typo in comment -- * Documentation typo that caused jsdoc to exit with an error --- lang/js/src/permittedOperations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {} allowed_data (optional) restricts to the given values + * @property {Array<*>} allowed_data (optional) restricts to the given values */ /**