Update chapter1.md

This commit is contained in:
0xflotus 2020-06-09 00:10:03 +02:00 committed by GitHub
parent f57ad109a0
commit cc9bc29ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -420,7 +420,7 @@ impl BytePacketBuffer {
// track whether or not we've jumped
let mut jumped = false;
// Our delimeter which we append for each label. Since we don't want a dot at the
// Our delimiter which we append for each label. Since we don't want a dot at the
// beginning of the domain name we'll leave it empty for now and set it to "." at
// the end of the first iteration.
let mut delim = "";