Fix doc for Delete

This commit is contained in:
Bruno Clermont 2015-05-28 12:17:17 +08:00
parent 5165705424
commit 4d71c27dae
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ func (s *DomainsServiceOp) Create(createRequest *DomainCreateRequest) (*DomainRo
return root, resp, err
}
// Delete droplet
// Delete domain
func (s *DomainsServiceOp) Delete(name string) (*Response, error) {
path := fmt.Sprintf("%s/%s", domainsBasePath, name)