Update NormalizePath documentation to reflect trailing slash behavior

This commit is contained in:
Fabian Stelmach 2020-05-31 22:44:11 +02:00
parent bebd1166e8
commit 60a4d5385b
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ use crate::Error;
/// Performs following:
///
/// - Merges multiple slashes into one.
/// - Appends a trailing slash if one is not present.
///
/// ```rust
/// use actix_web::{web, http, middleware, App, HttpResponse};