diff --git a/chapter1.md b/chapter1.md index 2d3e75d..f532499 100644 --- a/chapter1.md +++ b/chapter1.md @@ -599,7 +599,6 @@ impl DnsHeader { self.authoritative_entries = buffer.read_u16()?; self.resource_entries = buffer.read_u16()?; - // Return the constant header size Ok(()) } }