Skip to content

Commit d8183f4

Browse files
committed
Fix a typo
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
1 parent 008a0ae commit d8183f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use std::{
1919
/// and read exactly once in order to set the cookie value.
2020
///
2121
/// ## Change tracking session tracks whether any of its inner data
22-
/// was changed since it was last serialized. Any sessoin store that
22+
/// was changed since it was last serialized. Any session store that
2323
/// does not undergo a serialization-deserialization cycle must call
2424
/// [`Session::reset_data_changed`] in order to reset the change tracker on
2525
/// an individual record.

0 commit comments

Comments
 (0)