-
Type: Improvement
-
Resolution: Fixed
-
Priority: Trivial - P5
-
Affects Version/s: 1.10.6
-
Component/s: Docs, Documentation
-
None
-
Not Needed
-
After doing research I believe that comment of Cursor.Next() function has typo.
Comment in mind: If ctx expires, the error will be set to ctx.Err().
Correct comment: If ctx expires, the error will be set to cursor.Err().