Skip to content

Commit

Permalink
fix(book): copy paste fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Sep 28, 2023
1 parent a883a21 commit 7af753d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/delete_queries/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Delete Queries
Writing delete queries, which is pretty much the same as [Select Queries](../select_queries/index.html), is incredibly easy with the `delete_query` macro.

Simply create a struct with the fields you want to select, and annotate it with the `#[select_query]` macro.
Simply create a struct with the fields you want to select, and annotate it with the `#[delete_query]` macro.

```rust
#use scyllax::prelude::*;
Expand Down

0 comments on commit 7af753d

Please sign in to comment.