From 43d7dc2cf37adb6bbf4ced40b4884541a34d8293 Mon Sep 17 00:00:00 2001 From: Jean Hadrien Chabran Date: Thu, 29 Apr 2021 11:07:47 +0200 Subject: [PATCH] Update database/config.go Co-authored-by: Asdine El Hrychy --- database/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/config.go b/database/config.go index e12966770..c97e5917b 100644 --- a/database/config.go +++ b/database/config.go @@ -235,7 +235,7 @@ type IndexInfo struct { // If set to true, values will be associated with at most one key. False by default. Unique bool - // If set, the index is typed and only accepts values of those types . + // If set, the index is typed and only accepts values of those types. Types []document.ValueType }