okay, sounds good. I'll send up separated patches later today. > `iff` means `if and only if`.
I was aware of this abbreviation, but wasn't sure if that was the intended meaning or if it was a typo. Do you think it would be better to spell it out as "if and only if", or to add iff to the list of ignored words? Thayne McCombs Senior Software Engineer [email protected] <https://www.golucid.co/> Lucid.co <http://lucid.co> On Thu, Jan 7, 2021 at 8:36 AM Tim Düsterhus <[email protected]> wrote: > Thayne, > > Am 07.01.21 um 10:09 schrieb Thayne McCombs: > > diff --git a/doc/internals/htx-api.txt b/doc/internals/htx-api.txt > > index e783e0ebf..07224821c 100644 > > --- a/doc/internals/htx-api.txt > > +++ b/doc/internals/htx-api.txt > > @@ -113,7 +113,7 @@ payload. > > > > Because the payloads part may wrap, there are 2 usable free spaces: > > > > - - The free space in front of the blocks part. This one is used iff > > the other > > + - The free space in front of the blocks part. This one is used if > > the other > > one was not used yet. > > > > - The free space at the beginning of the message. Once this one is > > used, the > > Didn't check all in detail, but that one is most likely not a typo. > `iff` means `if and only if`. > > Best regards > Tim Düsterhus >

