Skip to content

Commit

Permalink
docs: remove repetitive words
Browse files Browse the repository at this point in the history
Signed-off-by: RiceChuan <[email protected]>
  • Loading branch information
RiceChuan committed Dec 12, 2024
1 parent 65fcfd2 commit 2e4a831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cursor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2e4a831

Please sign in to comment.