Improved doc for Position method

dev
Víctor Zamanillo 2020-09-19 22:26:59 +02:00
parent 557bae93da
commit dc03f284f6
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ func (r *BulkHTTPRequest) Next(reqURL string) bool {
return r.gsfm.Next(reqURL)
}
// Position returns the next generator by URL
// Position returns the current generator's position by URL
func (r *BulkHTTPRequest) Position(reqURL string) int {
return r.gsfm.Position(reqURL)
}