fixed use_cookie docs

This commit is contained in:
Maccesch 2024-01-23 15:44:33 +00:00
parent 383e8ad689
commit 67fa44a5ac

View file

@ -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.