Просмотр исходного кода

Update session.go

fix a mistake in documentation quries -> queries
Alexis Viscogliosi 7 лет назад
Родитель
Сommit
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
 }