From 67fa44a5acc8a228350820fd612e2d25a7fb64a8 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Tue, 23 Jan 2024 15:44:33 +0000 Subject: [PATCH] fixed use_cookie docs --- src/use_cookie.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/use_cookie.rs b/src/use_cookie.rs index 5a2b6a3..d85470c 100644 --- a/src/use_cookie.rs +++ b/src/use_cookie.rs @@ -32,7 +32,7 @@ use cookie::Cookie; /// # } /// ``` /// -/// Server-Side Rendering +/// ## Server-Side Rendering /// /// This works equally well on the server or the client. /// On the server this function gets the cookie from the HTTP request header.