Skip to content

Commit

Permalink
Fixed broken doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
Icelk committed Jan 7, 2022
1 parent 0eca0c3 commit 7c92626
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 @@ -601,7 +601,7 @@ pub struct CacheReply {
pub response: Response<Bytes>,
/// The response body without compression.
pub identity_body: Bytes,
/// The returned value from [`utils::sanitize_data()`].
/// The returned value from [`utils::sanitize_request()`].
///
/// Internally used in [`SendKind`] to apply [`utils::CriticalRequestComponents`] to the response.
pub sanitize_data: Result<utils::CriticalRequestComponents, SanitizeError>,
Expand Down

0 comments on commit 7c92626

Please sign in to comment.