浏览代码

Update session.go

fix a mistake in documentation quries -> queries
Alexis Viscogliosi 7 年之前
父节点
当前提交
61535aa465
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 // 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 {
 func (iter *Iter) PageState() []byte {
 	return iter.meta.pagingState
 	return iter.meta.pagingState
 }
 }