Skip to content

Commit 9d9bb3a

Browse files
mkeeterVictorKoenders
authored andcommitted
Fix header rank
1 parent 72bf5ce commit 9d9bb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ assert_eq!(encoded.as_slice(), &[
8686
]);
8787
```
8888

89-
## Options
89+
### Options
9090
`Option<T>` is always serialized using a single byte for the discriminant, even in `Fixint` encoding (which normally uses a `u32` for discriminant).
9191

9292
```rust

0 commit comments

Comments
 (0)