Skip to content

Commit

Permalink
godoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatsuo committed Oct 19, 2015
1 parent 8ce52f0 commit 933fde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/lmdbscan/scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func New(txn *lmdb.Txn, dbi lmdb.DBI) *Scanner {
return s
}

// Cursor returns the lmdb.Cursor underlying s. Cursore return nil if the
// Cursor returns the lmdb.Cursor underlying s. Cursor returns nil if the
// scanner is closed.
func (s *Scanner) Cursor() *lmdb.Cursor {
return s.cur
Expand Down

0 comments on commit 933fde9

Please sign in to comment.