Browse Source

Update session.go

fix a mistake in documentation quries -> queries
Alexis Viscogliosi 7 years ago
parent
commit
61535aa465
1 changed files with 1 additions and 1 deletions
  1. 1 1
      session.go

+ 1 - 1
session.go

@@ -1443,7 +1443,7 @@ func (iter *Iter) checkErrAndNotFound() error {
 }
 
 // PageState return the current paging state for a query which can be used for
-// subsequent quries to resume paging this point.
+// subsequent queries to resume paging this point.
 func (iter *Iter) PageState() []byte {
 	return iter.meta.pagingState
 }