From 48a8ce58cd1f78c1310381f1bbc33baac2d113f3 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 10 May 2013 15:40:56 +0200 Subject: [PATCH] documentation --- zone.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }