From 3b8982ccc6a0de0e195b964bcdd57da6fe119cbe Mon Sep 17 00:00:00 2001 From: Konstantine Date: Fri, 15 Oct 2021 10:02:59 +0300 Subject: [PATCH] fixed documentation for DefaultMsgAcceptFunc (#1308) --- acceptfunc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptfunc.go b/acceptfunc.go index 3f29a48c..ac479db9 100644 --- a/acceptfunc.go +++ b/acceptfunc.go @@ -12,7 +12,7 @@ type MsgAcceptFunc func(dh Header) MsgAcceptAction // // * Zero bit isn't zero // -// * has more than 1 question in the question section +// * does not have exactly 1 question in the question section // // * has more than 1 RR in the Answer section //