Skip to content

Commit

Permalink
Merge pull request #161 from odeits/patch-1
Browse files Browse the repository at this point in the history
Fix typo in example_with_all.cpp
  • Loading branch information
The-EDev committed Jul 3, 2021
2 parents 3c6f242 + ea07b8a commit a8e55b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_with_all.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ int main()
return crow::response(os.str());
});

// example which uses only response as a paramter wihtout
// example which uses only response as a paramter without
// request being a parameter.
CROW_ROUTE(app,"/add/<int>/<int>")
([](crow::response& res, int a, int b){
Expand Down

0 comments on commit a8e55b7

Please sign in to comment.