aboutsummaryrefslogtreecommitdiff
path: root/container_iterator.go
diff options
context:
space:
mode:
Diffstat (limited to 'container_iterator.go')
-rw-r--r--container_iterator.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container_iterator.go b/container_iterator.go
index 8c04be6..c428335 100644
--- a/container_iterator.go
+++ b/container_iterator.go
@@ -37,7 +37,7 @@ type ContainerInfo struct {
//ContainerIterator iterates over the accounts in a container. It is typically
//constructed with the Account.Containers() method. For example:
//
-// //either this...
+// //either this...
// iter := account.Containers()
// iter.Prefix = "test-"
// containers, err := iter.Collect()