Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/record.go
Original file line number Diff line number Diff line change
@@ -334,7 +334,7 @@ func (rc *RecordConfig) ToDiffable(extraMaps ...map[string]string) string {

// ToComparableNoTTL returns a comparison string. If you need to compare two
// RecordConfigs, you can simply compare the string returned by this function.
// THe comparison includes all fields except TTL and any provider-specific
// The comparison includes all fields except TTL and any provider-specific
// metafields. Provider-specific metafields like CF_PROXY are not the same as
// pseudo-records like ANAME or R53_ALIAS
// This replaces ToDiff()
@@ -351,7 +351,7 @@ func (rc *RecordConfig) ToRR() dns.RR {
log.Fatalf("No such DNS type as (%#v)\n", rc.Type)
}

// Magicallly create an RR of the correct type.
// Magically create an RR of the correct type.
rr := dns.TypeToRR[rdtype]()

// Fill in the header.

0 comments on commit 87e22b9

Please sign in to comment.