Update docs

This commit is contained in:
Billy Chan 2021-11-02 14:34:08 +08:00
parent 65542301da
commit 858e1e047d
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -11,7 +11,7 @@ pub enum DbErr {
RecordNotFound(String),
/// A custom error
Custom(String),
/// Error occurred while parsing value into [ActiveEnum](crate::ActiveEnum)
/// Error occurred while parsing value as target type
Type(String),
}