GUACAMOLE-615: Merge fixed annotation for array of any type.

This commit is contained in:
James Muehlner
2023-05-18 19:30:57 -07:00
committed by GitHub

View File

@@ -312,7 +312,7 @@ Guacamole.Parser.codePointCount = function codePointCount(str, start, end) {
* those strings as length-prefixed elements of a complete Guacamole * those strings as length-prefixed elements of a complete Guacamole
* instruction. * instruction.
* *
* @param {!*[]} elements * @param {!Array.<*>} elements
* The values that should be encoded as the elements of a Guacamole * The values that should be encoded as the elements of a Guacamole
* instruction. Order of these elements is preserved. This array MUST have * instruction. Order of these elements is preserved. This array MUST have
* at least one element. * at least one element.