1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 16:24:58 +02:00

missing comma

This commit is contained in:
Tshepang Lekhonkhobe
2018-06-02 12:10:20 +02:00
committed by GitHub
parent 259a2ac6f1
commit 7e3d49554a

View File

@ -123,7 +123,7 @@ fn register(data: Form<Register>) -> impl Responder {
<h2>Request Routing</h2>
<p>
An actix app comes with a URL routing system that lets you match on
URLs and invoke individual handlers. For extra flexibility scopes
URLs and invoke individual handlers. For extra flexibility, scopes
can be used.
</p>
{{ highlight `fn index(req: HttpRequest) -> impl Responder {