mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
Add missing backtic in SessionMiddleware docs (#245)
This commit is contained in:
parent
8fd1772d5e
commit
d11a272384
@ -29,7 +29,7 @@ use crate::{
|
|||||||
/// To create a new instance of [`SessionMiddleware`] you need to provide:
|
/// To create a new instance of [`SessionMiddleware`] you need to provide:
|
||||||
///
|
///
|
||||||
/// - an instance of the session storage backend you wish to use (i.e. an implementation of
|
/// - an instance of the session storage backend you wish to use (i.e. an implementation of
|
||||||
/// [`SessionStore]);
|
/// [`SessionStore`]);
|
||||||
/// - a secret key, to sign or encrypt the content of client-side session cookie.
|
/// - a secret key, to sign or encrypt the content of client-side session cookie.
|
||||||
///
|
///
|
||||||
/// ```no_run
|
/// ```no_run
|
||||||
|
Loading…
Reference in New Issue
Block a user