1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

spelling check

This commit is contained in:
Alexander Andreev
2018-01-16 00:47:25 +03:00
parent a7c24aace1
commit e1d9c3803b
15 changed files with 32 additions and 32 deletions

View File

@ -217,7 +217,7 @@ pub struct CookieSession {
inner: Rc<CookieSessionInner>,
}
/// Errors that can occure during handling cookie session
/// Errors that can occur during handling cookie session
#[derive(Fail, Debug)]
pub enum CookieSessionError {
/// Size of the serialized session is greater than 4000 bytes.