From 90f6df91908f894856f0d716582f62c28498bb5d Mon Sep 17 00:00:00 2001 From: booychen Date: Mon, 30 Jan 2023 17:21:20 +0800 Subject: [PATCH] fix: fix comment --- pkg/store/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/store/store.go b/pkg/store/store.go index c846443..2b52f73 100644 --- a/pkg/store/store.go +++ b/pkg/store/store.go @@ -209,7 +209,7 @@ func (s *Store) WaitForAppliedIndex(idx uint64, timeout time.Duration) error { } } -// WaitForApplied waits for all Raft log entries to to be applied to the +// WaitForApplied waits for all Raft log entries to be applied to the // underlying database. func (s *Store) WaitForApplied(timeout time.Duration) error { if timeout == 0 {