aboutsummaryrefslogtreecommitdiff
path: root/iterator.go
diff options
context:
space:
mode:
Diffstat (limited to 'iterator.go')
-rw-r--r--iterator.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/iterator.go b/iterator.go
index 6ae132b..8d451ac 100644
--- a/iterator.go
+++ b/iterator.go
@@ -33,8 +33,8 @@ type iteratorInterface interface {
getDelimiter() string
getPrefix() string
getOptions() *RequestOptions
- //putHeader initializes the AccountHeaders/ContainerHeaders field of the
- //Account/Container using the response headers from the GET request.
+ // putHeader initializes the AccountHeaders/ContainerHeaders field of the
+ // Account/Container using the response headers from the GET request.
putHeader(http.Header) error
}