Browse Source

Update session.go

fix a mistake in documentation quries -> queries
Alexis Viscogliosi 7 năm trước cách đây
mục cha
commit
61535aa465
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }