diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2018-05-03 14:09:36 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2018-05-03 14:09:36 +0200 |
| commit | 8cb7c02b4294d3f596633284abc144ba98b565b8 (patch) | |
| tree | d171d6614aaee0e53b1ebea3c9345e3ff65af4a3 /object_iterator.go | |
| parent | 1a64fd95e191e87b9d0c1e0e9556cff92fc230a5 (diff) | |
| download | go-schwift-8cb7c02b4294d3f596633284abc144ba98b565b8.tar.gz | |
proof-read documentation
Diffstat (limited to 'object_iterator.go')
| -rw-r--r-- | object_iterator.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/object_iterator.go b/object_iterator.go index 3df03dd..3fb5563 100644 --- a/object_iterator.go +++ b/object_iterator.go @@ -57,7 +57,7 @@ type ObjectInfo struct { //To obtain any other metadata, you can call Object.Headers() on the result //object, but this will issue a separate HEAD request for each object. // -//Use the "Detailed" methods only when you can use the extra metadata in struct +//Use the "Detailed" methods only when you use the extra metadata in struct //ObjectInfo; detailed GET requests are more expensive than simple ones that //return only object names. type ObjectIterator struct { @@ -81,7 +81,7 @@ func (i *ObjectIterator) getBase() *iteratorBase { } //NextPage queries Swift for the next page of object names. If limit is -//>= 0, not more than that object names will be returned at once. Note +//>= 0, not more than that many object names will be returned at once. Note //that the server also has a limit for how many objects to list in one //request; the lower limit wins. // |
