Skip to content

Commit

Permalink
wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
dojyorin committed Jan 21, 2024
1 parent 194df85 commit c0334a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/text.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const sampleBin = new Uint8Array([
]);

Deno.test({
name: "Text: UTF8 Encode and Decode",
name: "Text: UTF-8 Encode and Decode",
fn(){
const encode = u8Encode(sampleText);
const decode = u8Decode(encode);
Expand Down

0 comments on commit c0334a5

Please sign in to comment.