1
0
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:
Gurinder Singh 2018-10-28 08:48:33 +05:30 committed by GitHub
parent 9286357d2d
commit a2f1b8f6bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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