Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Fix error wording
Lorenz Leutgeb committed 9 months ago
commit 92b03f1690f43dc73838f9adf34a4e6cd06eecf9
parent bf0630bf6bbc9745e50c5d37a0603b63414394c6
1 file changed +1 -1
modified crates/radicle/src/git/canonical/effects.rs
@@ -96,7 +96,7 @@ impl FindObjectsError {
}

#[derive(Debug, thiserror::Error)]
-
#[error("the object {oid} for {did} of unexpected type {kind:?}")]
+
#[error("the object {oid} for {did} is of unexpected type {kind:?}")]
pub struct InvalidObjectType {
    did: Did,
    oid: Oid,