diff --git a/guacamole-common-js/src/main/webapp/modules/Parser.js b/guacamole-common-js/src/main/webapp/modules/Parser.js index ecf37accf5..8cd93f2cae 100644 --- a/guacamole-common-js/src/main/webapp/modules/Parser.js +++ b/guacamole-common-js/src/main/webapp/modules/Parser.js @@ -312,7 +312,7 @@ Guacamole.Parser.codePointCount = function codePointCount(str, start, end) { * those strings as length-prefixed elements of a complete Guacamole * instruction. * - * @param {!*[]} elements + * @param {!Array.<*>} elements * The values that should be encoded as the elements of a Guacamole * instruction. Order of these elements is preserved. This array MUST have * at least one element.