diff --git a/flexiber/struct.Tag.html b/flexiber/struct.Tag.html
index 79aacc0..d6c18b9 100644
--- a/flexiber/struct.Tag.html
+++ b/flexiber/struct.Tag.html
@@ -3,7 +3,7 @@
pub constructed: bool,
pub number: u16,
} The tag field consists of a single byte encoding a tag number from 1 to 254. The values ‘00’ and ‘FF’ are invalid.Expand description
class: Class§constructed: bool§number: u16Encoder.class: Class§constructed: bool§number: u16This implementation is quite gotcha-y, since only one byte is peeked.
It should evaluate to the desired tag via Tag::try_from(byte)?.