Skip to content

Commit

Permalink
dns: Shorten docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
arturhoo committed Jan 10, 2023
1 parent 40468f7 commit f59c0fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ func (api *API) CreateDNSRecord(ctx context.Context, rc *ResourceContainer, para
return recordResp, nil
}

// ListDNSRecords returns a slice of DNS records for the given zone
// identifier.
// ListDNSRecords returns a slice of DNS records for the given zone identifier.
//
// API reference: https://api.cloudflare.com/#dns-records-for-a-zone-list-dns-records
func (api *API) ListDNSRecords(ctx context.Context, rc *ResourceContainer, params ListDNSRecordsParams) ([]DNSRecord, *ResultInfo, error) {
Expand Down

0 comments on commit f59c0fc

Please sign in to comment.