diff --git a/datastore/backend.nim b/datastore/backend.nim index 01bae10..5790b12 100644 --- a/datastore/backend.nim +++ b/datastore/backend.nim @@ -8,7 +8,7 @@ import ./types export databuffer, types, SortOrder -## Backend type for Datastores. +## Types for datastore backends. ## ## These should be syncrhonous and work with both GC types ## and DataBuffer's. This makes it easier to make them threadsafe.