Merge pull request #871 from RiceChuan/main

docs: remove repetitive words
pull/873/head
Benjamin Wang 2024-12-12 09:16:02 +00:00 committed by GitHub
commit 92c7414587
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 {