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:
@ -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);
|
||||
|
Reference in New Issue
Block a user