diff options
Diffstat (limited to 'capabilities.go')
| -rw-r--r-- | capabilities.go | 2 |
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"` |
