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.