Quid2 / flat

Principled and efficient binary serialization
BSD 3-Clause "New" or "Revised" License
60 stars 17 forks source link

Minor errors in Haddock comments. #31

Closed kwxm closed 2 years ago

kwxm commented 2 years ago

The Haddock for dBEBits32 says

Return the n most significant bits (up to maximum of 8) The bits are returned right shifted.

Presumably that should say 32 instead of 8, and similarly for dBEBits64.

tittoassini commented 2 years ago

Indeed!

Now is fixed, thanks.