From d985ca6832dbc7ce841241bf543d19c8adf21e05 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Wed, 6 Mar 2024 22:30:26 +0000 Subject: [PATCH] tiny docs fix --- src/use_event_source.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/use_event_source.rs b/src/use_event_source.rs index c9f50b2..5227cac 100644 --- a/src/use_event_source.rs +++ b/src/use_event_source.rs @@ -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`. ///