Skip to content

Commit

Permalink
Add missing return type to RemoveBucket method (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
krisis authored and harshavardhana committed Jul 25, 2016
1 parent 3f1ff87 commit b0c31cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ if err != nil {
```

<a name="RemoveBucket"></a>
### RemoveBucket(bucketName string)
### RemoveBucket(bucketName string) error

Removes a bucket.

Expand Down

0 comments on commit b0c31cc

Please sign in to comment.