From e8e38bb68848d2f6b0954578a5d657f88fc038f6 Mon Sep 17 00:00:00 2001 From: Gene McCulley Date: Sat, 31 Mar 2018 10:31:49 -0400 Subject: [PATCH] Update README.md Fix a small grammar error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed28c88..a064c53 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ this: Note that we did not spend time on field Z, this is because it is defined to -be 0 at all times. This packets does not request recursion. QDCOUNT = 1 +be 0 at all times. This packet does not request recursion. QDCOUNT = 1 means there is 1 question. In theory DNS supported several questions in one message, but this has not been implemented. ANCOUNT, NSCOUNT and ARCOUNT are all zero, indicating there as no answers in this question packet.