sharksforarms / deku

Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization
Apache License 2.0
1.11k stars 54 forks source link

Typo in comment #354

Closed marvk closed 9 months ago

marvk commented 1 year ago

Hey, just noticed a little typo in a comment. Don't want to open a whole PR for this, so maybe someone who's already working on stuff can do a little fix along the way 🙂

L98 should presumably read "bytes", not "bits"

https://github.com/sharksforarms/deku/blob/d04559605bed4476b1a78aaffd843377d6ab8fe6/src/impls/vec.rs#L90-L104