1
0
mirror of https://github.com/actix/actix-website synced 2025-03-20 14:45:18 +01:00
This commit is contained in:
dowwie 2018-05-23 15:48:50 -04:00
parent 0a166cd593
commit c98a067163

View File

@ -329,7 +329,7 @@ A scoped layout of these paths would appear as follows
.with(delete_task)})})}) .with(delete_task)})})})
``` ```
A *scoped" path can contain variable path segments as resources. Consistent with A *scoped* path can contain variable path segments as resources. Consistent with
unscoped paths, a scoped prefix without a trailing slash has one automatically unscoped paths, a scoped prefix without a trailing slash has one automatically
appended to it: `/app` converts to `/app/`. appended to it: `/app` converts to `/app/`.