diff --git a/zone.go b/zone.go index 621392f4..7d7f9208 100644 --- a/zone.go +++ b/zone.go @@ -74,7 +74,7 @@ type SignatureConfig struct { // SignerRoutines specifies the number of signing goroutines, if not // set runtime.NumCPU() + 1 is used as the value. SignerRoutines int - // SOA Minttl value must be used as the ttl on NSEC/NSEC3 records. + // The zone's SOA Minttl value must be used as the ttl on NSEC/NSEC3 records. Minttl uint32 }