From 2e4a831e0717fd121214c35308fa7e0276324983 Mon Sep 17 00:00:00 2001 From: RiceChuan Date: Thu, 12 Dec 2024 10:55:37 +0800 Subject: [PATCH] docs: remove repetitive words Signed-off-by: RiceChuan --- cursor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursor_test.go b/cursor_test.go index 581700149..73e8492f0 100644 --- a/cursor_test.go +++ b/cursor_test.go @@ -332,7 +332,7 @@ func TestCursor_Seek_Large(t *testing.T) { k, _ := c.Seek(seek) - // The last seek is beyond the end of the the range so + // The last seek is beyond the end of the range so // it should return nil. if i == count-1 { if k != nil {