1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 18:09:22 +02:00

spelling check

This commit is contained in:
Alexander Andreev
2018-03-24 09:35:52 +03:00
parent d46854b315
commit 2d80c5053d
11 changed files with 13 additions and 13 deletions

View File

@ -17,7 +17,7 @@ struct AppState {
counter: Cell<usize>,
}
/// somple handle
/// simple handle
fn index(req: HttpRequest<AppState>) -> HttpResponse {
println!("{:?}", req);
req.state().counter.set(req.state().counter.get() + 1);