diff --git a/src/error.rs b/src/error.rs index 1f9b93c..1383ddb 100644 --- a/src/error.rs +++ b/src/error.rs @@ -65,7 +65,7 @@ pub enum Error { "Attempted to fetch object from {0} which doesn't have valid ActivityPub Content-Type" )] FetchInvalidContentType(Url), - /// Attempted to fetch object from url but the response's id field doesn't match + /// Attempted to fetch object but the response's id field doesn't match #[error("Attempted to fetch object from {0} but the response's id field doesn't match")] FetchWrongId(Url), /// Other generic errors