From cc9bc29ec7affb0001d0ef3170b666a90039390e Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 9 Jun 2020 00:10:03 +0200 Subject: [PATCH] Update chapter1.md --- chapter1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter1.md b/chapter1.md index 6212bc0..e1d7c7c 100644 --- a/chapter1.md +++ b/chapter1.md @@ -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 = "";