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 --- capabilities.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capabilities.go') 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"` -- cgit v1.2.3