Skip to content

Commit

Permalink
Fix doc for Delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Clermont committed May 28, 2015
1 parent 5165705 commit 4d71c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domains.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 4d71c27

Please sign in to comment.