Improve error description/comment

This commit is contained in:
Paul van Tilburg 2023-05-24 19:16:04 +02:00
parent 1aad3e2eb6
commit a59b4eefe1
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ pub(crate) enum Error {
#[error("Failed to join a task: {0}")]
Join(#[from] rocket::tokio::task::JoinError),
/// Found no known (map key) colors in samples.
#[error("Found not known colors in samples")]
/// Did not find any known (map key) colors in samples.
#[error("Did not find any known colors in samples")]
NoKnownColorsInSamples,
/// No maps found (yet).