We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008a0ae commit d8183f4Copy full SHA for d8183f4
src/session.rs
@@ -19,7 +19,7 @@ use std::{
19
/// and read exactly once in order to set the cookie value.
20
///
21
/// ## Change tracking session tracks whether any of its inner data
22
-/// was changed since it was last serialized. Any sessoin store that
+/// was changed since it was last serialized. Any session store that
23
/// does not undergo a serialization-deserialization cycle must call
24
/// [`Session::reset_data_changed`] in order to reset the change tracker on
25
/// an individual record.
0 commit comments