diff --git a/features/uint8array-base64-hex.yml b/features/uint8array-base64-hex.yml index a833d203552..b88a44dfe89 100644 --- a/features/uint8array-base64-hex.yml +++ b/features/uint8array-base64-hex.yml @@ -1,5 +1,5 @@ name: Uint8Array base64 and hex conversion -description: The static `Uint8Array.fromBase64()` method and the `Uint8Array` instance methods `toBase64()` and `setFromBase64()` convert to and from base64 strings. Similarly, the static `Uint8Array.fromHex()` method and the instance methods `toHex()` and `setFromHex()` convert to and from hex strings. +description: The `Uint8Array.fromBase64()` static method and the `toBase64()` and `setFromBase64()` instance methods convert to and from base64 strings. Similarly, the `Uint8Array.fromHex()` static method and the `toHex()` and `setFromHex()` instance methods convert to and from hex strings. spec: - https://tc39.es/ecma262/multipage/indexed-collections.html#sec-additional-properties-of-the-uint8array-constructor - https://tc39.es/ecma262/multipage/indexed-collections.html#sec-additional-properties-of-the-uint8array-prototype-object