From 97ed884a986cc477661b9ee284725cd51258084e Mon Sep 17 00:00:00 2001 From: Nutomic Date: Mon, 4 Mar 2024 12:30:08 +0100 Subject: [PATCH] Update comment --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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