mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
One more grammatical improvement
Also changed "double" to "multiple" because this feature can replace _more than_ two slashes with one as well.
This commit is contained in:
parent
9286357d2d
commit
a2f1b8f6bf
@ -352,8 +352,8 @@ for URL generation purposes only and are never considered for matching at reques
|
||||
|
||||
By normalizing it means:
|
||||
|
||||
* Add a trailing slash to the path.
|
||||
* Double slashes are replaced by one.
|
||||
* To add a trailing slash to the path.
|
||||
* To replace multiple slashes with one.
|
||||
|
||||
The handler returns as soon as it finds a path that resolves
|
||||
correctly. The order if all enable is 1) merge, 2) both merge and append
|
||||
|
Loading…
Reference in New Issue
Block a user