Skip to content

Commit

Permalink
Update main.rs - Correct method in comments (#2132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Calorus authored Jul 30, 2023
1 parent 64c566c commit e5b0852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todos/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//!
//! - `GET /todos`: return a JSON list of Todos.
//! - `POST /todos`: create a new Todo.
//! - `PUT /todos/:id`: update a specific Todo.
//! - `PATCH /todos/:id`: update a specific Todo.
//! - `DELETE /todos/:id`: delete a specific Todo.
//!
//! Run with
Expand Down

0 comments on commit e5b0852

Please sign in to comment.