JuliaImages / QRCoders.jl

Creating QR Codes within Julia
https://juliaimages.org/QRCoders.jl/
MIT License
67 stars 11 forks source link

typo in README #26

Closed yakir12 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (6b495f9) compared to base (8d790ff). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #26 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 5 5 Lines 358 358 ========================================= Hits 358 358 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

RexWzh commented 1 year ago

Thanks for the correction @yakir12.

There may be some other typos in the code. Another typo I just found:

# line 81: and => can
QR Codes and be encoded with four error correction levels `Low`, `Medium`, `Quartile` and `High`. 

I'll take an overall review on function docs too when available, and would appreciate it if you could help with this.