Update dump/src/error.rs

Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
Tamo 2022-12-20 18:08:44 +01:00 committed by GitHub
parent c637bfba37
commit 336ea57384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ impl ErrorCode for Error {
match self {
Error::Io(e) => e.error_code(),
// These errors either happens when creating a dump and don't need any error code.
// These errors either happen when creating a dump and don't need any error code,
// These error come from a internal bad deserialization.
Error::Serde(_) => Code::Internal,
Error::Uuid(_) => Code::Internal,