~kirusfg/bookshelf

6f9b506bf196b4d1d3662dea8f860d0c0e138ba9 — Kirill Kirillov 1 year, 5 months ago df58d10
Fix a typo
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/src/shelf.rs
M lib/src/shelf.rs => lib/src/shelf.rs +1 -1
@@ 34,7 34,7 @@ impl Display for Error {
                write!(f, "The requested entry is not on the shelf")
            },
            Error::Write => write!(f, "Writing to the database failed"),
            Error::Read => write!(f, "Writing from the database failed"),
            Error::Read => write!(f, "Reading from the database failed"),
        }
    }
}