diff --git a/spec/Overview-WebCryptoAPI.xml b/spec/Overview-WebCryptoAPI.xml index 8003274..d9efd91 100644 --- a/spec/Overview-WebCryptoAPI.xml +++ b/spec/Overview-WebCryptoAPI.xml @@ -876,7 +876,7 @@ interface Crypto {
  • If array is not of an integer type (i.e., Int8Array, Uint8Array, - Int16Array, Uint16Array, Int32Array, Uint32Array or UInt8ClampedArray), throw a + Int16Array, Uint16Array, Int32Array, Uint32Array or Uint8ClampedArray), throw a TypeMismatchError and terminate the algorithm.