mattn / go-mastodon

mastodon client for golang
MIT License
599 stars 85 forks source link

minor spelling fixes #152

Closed mellowdrifter closed 1 year ago

mellowdrifter commented 1 year ago

Just minor spelling fixes to the existing base

codecov-commenter commented 1 year ago

Codecov Report

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

Coverage data is based on head (4cb319d) compared to base (114537d). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #152 +/- ## ======================================= Coverage 87.16% 87.16% ======================================= Files 15 15 Lines 935 935 ======================================= Hits 815 815 Misses 75 75 Partials 45 45 ``` | [Impacted Files](https://codecov.io/gh/mattn/go-mastodon/pull/152?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn) | Coverage Δ | | |---|---|---| | [accounts.go](https://codecov.io/gh/mattn/go-mastodon/pull/152/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-YWNjb3VudHMuZ28=) | `100.00% <ø> (ø)` | | | [apps.go](https://codecov.io/gh/mattn/go-mastodon/pull/152/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-YXBwcy5nbw==) | `90.69% <ø> (ø)` | | | [instance.go](https://codecov.io/gh/mattn/go-mastodon/pull/152/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-aW5zdGFuY2UuZ28=) | `100.00% <ø> (ø)` | | | [mastodon.go](https://codecov.io/gh/mattn/go-mastodon/pull/152/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-bWFzdG9kb24uZ28=) | `73.79% <ø> (ø)` | | | [notification.go](https://codecov.io/gh/mattn/go-mastodon/pull/152/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-bm90aWZpY2F0aW9uLmdv) | `80.00% <ø> (ø)` | | | [polls.go](https://codecov.io/gh/mattn/go-mastodon/pull/152/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-cG9sbHMuZ28=) | `83.33% <ø> (ø)` | | | [report.go](https://codecov.io/gh/mattn/go-mastodon/pull/152/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-cmVwb3J0Lmdv) | `85.71% <ø> (ø)` | | | [status.go](https://codecov.io/gh/mattn/go-mastodon/pull/152/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-c3RhdHVzLmdv) | `77.83% <ø> (ø)` | | | [streaming.go](https://codecov.io/gh/mattn/go-mastodon/pull/152/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-c3RyZWFtaW5nLmdv) | `97.75% <ø> (ø)` | | 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=mattn). 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=mattn)

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

mattn commented 1 year ago

Thank you