From 8cb7c02b4294d3f596633284abc144ba98b565b8 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Thu, 3 May 2018 14:09:36 +0200 Subject: proof-read documentation --- container.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'container.go') diff --git a/container.go b/container.go index 80aeca3..6982efe 100644 --- a/container.go +++ b/container.go @@ -22,7 +22,9 @@ import ( "net/http" ) -//Container represents a Swift container. +//Container represents a Swift container. Instances are usually obtained by +//traversing downwards from an account with Account.Container() or +//Account.Containers(), or upwards from an object with Object.Container(). type Container struct { a *Account name string -- cgit v1.2.3