typst / ecow

Compact, clone-on-write vector and string.
Apache License 2.0
205 stars 16 forks source link

Correct two typos #25

Closed goggle closed 1 year ago

goggle commented 1 year ago

Corrects two typos.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (efdc576) 92.21% compared to head (798c9be) 92.21%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #25 +/- ## ======================================= Coverage 92.21% 92.21% ======================================= Files 4 4 Lines 1041 1041 ======================================= Hits 960 960 Misses 81 81 ``` | [Impacted Files](https://codecov.io/gh/typst/ecow/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=typst) | Coverage Δ | | |---|---|---| | [src/lib.rs](https://codecov.io/gh/typst/ecow/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=typst#diff-c3JjL2xpYi5ycw==) | `100.00% <ø> (ø)` | | | [src/dynamic.rs](https://codecov.io/gh/typst/ecow/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=typst#diff-c3JjL2R5bmFtaWMucnM=) | `97.82% <100.00%> (ø)` | |

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

laurmaedje commented 1 year ago

Thanks!