Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
radicle/CHANGELOG: remove variant typo
Merged fintohaps opened 1 month ago

The typos tool has no way of ignoring a particular typo in a particular file. Reword the changelog entry so that it does not fire the hook.

1 file changed +1 -1 9dbbb01d cb3ca622
modified crates/radicle/CHANGELOG.md
@@ -104,7 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `radicle::identity::doc::IdError` was removed, along with its re-export at
  `radicle::identity::IdError`.
- `radicle::identity::doc::id::RAD_PREFIX` constant was removed.
-
- `radicle::identity::doc::VersionError::UnkownVersion` variant was renamed to
+
- `radicle::identity::doc::VersionError` variant was corrected to
  `UnknownVersion`, correcting the typo.
  The typo has been corrected to `UnknownVersion`.
- `radicle::storage::git::RefError` was removed.