diff --git a/draft-dkg-dprive-demux-dns-http.md b/draft-dkg-dprive-demux-dns-http.md
index 5192195bc8385549f0c41264f4ee22a5062ab302..3952ac87cae0334566f4e9d5ede75daa49173b1d 100644
--- a/draft-dkg-dprive-demux-dns-http.md
+++ b/draft-dkg-dprive-demux-dns-http.md
@@ -351,10 +351,10 @@ same printable-ASCII range.
 The ASCIIbetically-lowest shortest possible HTTP/1.0 or HTTP/1.1 request is:
 
      char: !  SP /  SP H  T  T  P  /  1  .  0  CR LF CR LF
-    index: 0  1  2  3  4  5  6  7  8  9  0  a  b  c  d  e
+    index: 0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
 
 In any case, no HTTP/1.0 or HTTP/1.1 request line can include any
-values lower than 0x0A (LF) or greater than 0x7F (DEL) in the first 15
+values lower than 0x0A (LF) or greater than 0x7F (DEL) in the first 16
 octets.
 
 However, {{RFC7230}} section 3.1.1 also says: