quicwg / base-drafts

Internet-Drafts that make up the base QUIC specification
https://quicwg.org
1.62k stars 203 forks source link

To avoid awkward hyphenation, may we rephrase this text? Original (comment 6) #4972

Closed LPardue closed 2 years ago

LPardue commented 2 years ago

To avoid awkward hyphenation, may we rephrase this text?

Original: The string uses one bit for the Huffman flag, followed by the Length encoded as an (N-1)-bit prefix integer.

Perhaps: The string uses one bit for the Huffman flag, followed by the Length encoded as a prefix integer of (N-1) bits.

MikeBishop commented 2 years ago

I'm hesitant to do this, as "X-bit prefix integer" is the term we've consistently used. Perhaps rewording to avoid using N would be clearer?

MikeBishop commented 2 years ago

Based on previous discussion, I think the fact that we use "X-bit prefix integer" consistently through this document means we have to live with this awkward hyphenation.