Fix typo in module comment

This commit is contained in:
Ryan Leckey
2019-11-21 19:33:39 +00:00
parent 47867398c2
commit ec6a3d8021

View File

@@ -1,4 +1,4 @@
//! Types and traits related to serializing values from the database.
//! Types and traits related to deserializing values from the database.
use crate::{backend::Backend, types::HasSqlType};
// TODO: Allow from_sql to return an error (that can be unified)