fixed documentation for DefaultMsgAcceptFunc (#1308)

This commit is contained in:
Konstantine 2021-10-15 10:02:59 +03:00 committed by GitHub
parent 7318b01e11
commit 3b8982ccc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ type MsgAcceptFunc func(dh Header) MsgAcceptAction
// //
// * Zero bit isn't zero // * 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 // * has more than 1 RR in the Answer section
// //