Skip to content

Commit

Permalink
GUACAMOLE-615: Merge fixed annotation for array of any type.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuehlner authored May 19, 2023
2 parents 15d41cd + 10e8715 commit 32f7c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guacamole-common-js/src/main/webapp/modules/Parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 32f7c8b

Please sign in to comment.