From 65e6b79a7c1535a4cb7e1a5618af28b84088524b Mon Sep 17 00:00:00 2001 From: zhangjun3 Date: Mon, 13 Nov 2017 13:10:23 +0800 Subject: [PATCH] fix typing --- db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.go b/db.go index 51f335118..f1972f00b 100644 --- a/db.go +++ b/db.go @@ -52,7 +52,7 @@ var DefaultOptions = &Options{ // Options of the DB storage. type Options struct { - // The interval at which the write ahead log is flushed to disc. + // The interval at which the write ahead log is flushed to disk. WALFlushInterval time.Duration // Duration of persisted data to keep.