denoland / std

The Deno Standard Library
https://jsr.io/@std
MIT License
3k stars 598 forks source link

refactor(encoding): align additional error messages #5767

Closed irbull closed 2 weeks ago

irbull commented 3 weeks ago

Aligns the error messages in the encoding folder to match the style guide.

https://github.com/denoland/std/issues/5574

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.23%. Comparing base (0332f0a) to head (4f54d42). Report is 28 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5767 +/- ## ========================================== - Coverage 96.26% 96.23% -0.03% ========================================== Files 475 481 +6 Lines 38480 38754 +274 Branches 5587 5618 +31 ========================================== + Hits 37041 37295 +254 - Misses 1397 1418 +21 + Partials 42 41 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.