diff --git a/src/display/api.js b/src/display/api.js index dd3fe813e..ba7bfdabf 100644 --- a/src/display/api.js +++ b/src/display/api.js @@ -100,9 +100,10 @@ function setPDFNetworkStreamFactory(pdfNetworkStreamFactory) { } /** - * @typedef { - * Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | - * Int32Array | Uint32Array | Float32Array | Float64Array + * @typedef { Int8Array | Uint8Array | Uint8ClampedArray | + * Int16Array | Uint16Array | + * Int32Array | Uint32Array | Float32Array | + * Float64Array * } TypedArray */