Skip to content

Commit

Permalink
Remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kayahr committed Feb 4, 2024
1 parent 7aa7e09 commit c68b4ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/TextDecoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export class TextDecoder implements globalThis.TextDecoder {
}
}

// Join the decoded code points into a full string and return it
return output;
}
}

0 comments on commit c68b4ae

Please sign in to comment.