JKRhb / dtls2

A DTLS library for Dart based on OpenSSL.
MIT License
3 stars 0 forks source link

docs: fix documentation of DtlsException #31

Closed JKRhb closed 1 year ago

JKRhb commented 1 year ago

This PR fixes a copy-and-paste error in the documentation of the DtlsException class.

codecov-commenter commented 1 year ago

Codecov Report

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

Coverage data is based on head (09bebf2) compared to base (6aa6d26). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #31 +/- ## ======================================= Coverage 12.54% 12.54% ======================================= Files 8 8 Lines 287 287 ======================================= Hits 36 36 Misses 251 251 ``` | [Impacted Files](https://codecov.io/gh/JKRhb/dtls2/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Romann) | Coverage Δ | | |---|---|---| | [lib/src/dtls\_exception.dart](https://codecov.io/gh/JKRhb/dtls2/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Romann#diff-bGliL3NyYy9kdGxzX2V4Y2VwdGlvbi5kYXJ0) | `0.00% <ø> (ø)` | | 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=Jan+Romann). 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=Jan+Romann)

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