Skip to content

Commit

Permalink
Fix typo in cookies.rs (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
Septias committed Mar 23, 2021
1 parent 29b15cb commit c6eb2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cookie.rs
Expand Up @@ -8,7 +8,7 @@ use std::time::SystemTime;
use crate::header::{HeaderValue, SET_COOKIE};
use bytes::Bytes;

/// Actions for a persistent cookie store providing session supprt.
/// Actions for a persistent cookie store providing session support.
pub trait CookieStore: Send + Sync {
/// Store a set of Set-Cookie header values recevied from `url`
fn set_cookies(&self, cookie_headers: &mut dyn Iterator<Item = &HeaderValue>, url: &url::Url);
Expand Down

0 comments on commit c6eb2c4

Please sign in to comment.