From 20298553f0a6cf24e1164c0cb443b59801629585 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Fri, 7 Oct 2016 14:27:21 +0200 Subject: [PATCH] =?UTF-8?q?Typo:=20not=20=E2=86=92=20no?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lazers-traits/src/lib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lazers-traits/src/lib.md b/lazers-traits/src/lib.md index 35f239c..a296766 100644 --- a/lazers-traits/src/lib.md +++ b/lazers-traits/src/lib.md @@ -108,7 +108,7 @@ anything that can be serialised and deserialised by serde is a document. Also, we provide a blanket implementation that ensures that every type that is Deserialize and Serialize. -The Document trait is a marker trait and holds not methods. +The Document trait is a marker trait and holds no methods. Documents, as a design choice, don't hold information about the database they were loaded from.