From 5a534cbdfc205d9ae719399f8dc6b631823682c2 Mon Sep 17 00:00:00 2001 From: Julian Reschke Date: Thu, 15 Feb 2018 11:22:53 +0100 Subject: [PATCH] qcram: consistent formatting of range --- draft-ietf-quic-qcram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-qcram.md b/draft-ietf-quic-qcram.md index 9a71cd93f2..c3b8d4d788 100644 --- a/draft-ietf-quic-qcram.md +++ b/draft-ietf-quic-qcram.md @@ -351,7 +351,7 @@ brute force in exchange a small amount of additional space. For example, a set of pairs (of indices), representing non-overlapping sub-ranges can be used. Each operation (add, or query) can be done within O(log M) complexity. Here set size M is the number of sub-ranges. In practice M would be very small, as most -table entries would be concentrated in the first sub-range [1, M]. +table entries would be concentrated in the first sub-range `[1,M]`. To track blocked streams, an ordered map (e.g. multi-map) from `Depends Index` values to streams can be used. Whenever the decoder processes a header block,