Skip to content

Commit

Permalink
Correct documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nul-reference committed Jan 21, 2024
1 parent 8157eeb commit bc831a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
//! Sessions manifest to clients as cookies. These cookies have a configurable
//! name and a value that is the session ID. In other words, cookies hold a
//! pointer to the session in the form of an ID. This ID is an i128 generated by
//! the [`rand`](https://docs.rs/rand/latest/rand) create.
//! the [`rand`](https://docs.rs/rand/latest/rand) crate.
//!
//! ### Secure nature of cookies
//!
Expand Down

0 comments on commit bc831a9

Please sign in to comment.