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 --- account.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'account.go') diff --git a/account.go b/account.go index 4277163..c101b54 100644 --- a/account.go +++ b/account.go @@ -25,7 +25,9 @@ import ( "regexp" ) -//Account represents a Swift account. +//Account represents a Swift account. Instances are usually obtained by +//connecting to a backend (see package-level documentation), or by traversing +//upwards from a container with Container.Account(). type Account struct { backend Backend //URL parts @@ -57,7 +59,7 @@ func InitializeAccount(backend Backend) (*Account, error) { }, nil } -//SwitchAccount returns a handle on a different account on the same server. Note +//SwitchAccount returns a handle to a different account on the same server. Note //that you need reseller permissions to access accounts other than that where //you originally authenticated. This method does not check whether the account //actually exists. -- cgit v1.2.3