1
0
mirror of https://github.com/actix/actix-website synced 2025-08-24 14:35:36 +02:00

Merge pull request #20 from tshepang/patch-1

missing comma
This commit is contained in:
Nikolay Kim
2018-06-02 09:12:16 -07:00
committed by GitHub

View File

@@ -123,7 +123,7 @@ fn register(data: Form<Register>) -> impl Responder {
<h2>Request Routing</h2> <h2>Request Routing</h2>
<p> <p>
An actix app comes with a URL routing system that lets you match on 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. can be used.
</p> </p>
{{ highlight `fn index(req: HttpRequest) -> impl Responder { {{ highlight `fn index(req: HttpRequest) -> impl Responder {