aboutsummaryrefslogtreecommitdiff
path: root/capabilities.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2018-05-03 14:09:36 +0200
committerStefan Majewsky <majewsky@gmx.net>2018-05-03 14:09:36 +0200
commit8cb7c02b4294d3f596633284abc144ba98b565b8 (patch)
treed171d6614aaee0e53b1ebea3c9345e3ff65af4a3 /capabilities.go
parent1a64fd95e191e87b9d0c1e0e9556cff92fc230a5 (diff)
downloadgo-schwift-8cb7c02b4294d3f596633284abc144ba98b565b8.tar.gz
proof-read documentation
Diffstat (limited to 'capabilities.go')
-rw-r--r--capabilities.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/capabilities.go b/capabilities.go
index aec9ef1..fab7784 100644
--- a/capabilities.go
+++ b/capabilities.go
@@ -25,7 +25,7 @@ package schwift
//
//All direct members of struct Capabilities, except for "Swift", are pointers.
//If any of these is nil, it indicates that the middleware corresponding to
-//that field is not supported on this server.
+//that field is not available on this server.
type Capabilities struct {
BulkDelete *struct {
MaximumDeletesPerRequest uint `json:"max_deletes_per_request"`