1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00

fix guide page

This commit is contained in:
Nikolay Kim 2017-12-11 16:50:51 -08:00
parent 007b7ce62f
commit 6e3f598c50

View File

@ -535,7 +535,7 @@ To override *NOT FOUND* resource use `Application::default_resource()` method.
This method accepts *configuration function* same as normal resource registration This method accepts *configuration function* same as normal resource registration
with `Application::resource()` method. with `Application::resource()` method.
``rust ```rust
# extern crate actix_web; # extern crate actix_web;
# extern crate http; # extern crate http;
use actix_web::*; use actix_web::*;