tiny docs fix

This commit is contained in:
Maccesch 2024-03-06 22:30:26 +00:00
parent 59da7d5d4a
commit d985ca6832

View file

@ -44,7 +44,7 @@ use thiserror::Error;
/// # }
/// ```
///
/// ## Create Your Own Custom Codec
/// ### Create Your Own Custom Codec
///
/// All you need to do is to implement the [`StringCodec`] trait together with `Default` and `Clone`.
///