Преглед изворни кода

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
-// subsequent quries to resume paging this point.
+// subsequent queries to resume paging this point.
 func (iter *Iter) PageState() []byte {
 	return iter.meta.pagingState
 }