Skip to content

Commit

Permalink
Merge pull request #871 from RiceChuan/main
Browse files Browse the repository at this point in the history
docs: remove repetitive words
  • Loading branch information
ahrtr authored Dec 12, 2024
2 parents 65fcfd2 + 2e4a831 commit 92c7414
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 92c7414

Please sign in to comment.