Update comment

This commit is contained in:
Nutomic 2024-03-04 12:30:08 +01:00 committed by GitHub
parent a41288fa0a
commit 97ed884a98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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