From 686ea8e4b3641d31fe6504a1b395d2f2c685866a Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Tue, 26 Sep 2023 20:37:40 -0700 Subject: [PATCH] cleanup --- datastore/backend.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.