Skip to content

Commit

Permalink
fix(salsa.md): remove duplicate "To Be" verb
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailarilik authored and tshepang committed Jul 27, 2023
1 parent 9ddd128 commit ff84b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/salsa.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ belongs to, in addition to the other keys.
```rust,ignore
///This is going to be the definition of the `ast` query in the `Parser` trait.
///So, when the query `ast` is invoked, and it needs to be recomputed, Salsa is going to call this function
///and it's is going to give it the database as `impl Parser`.
///and it's going to give it the database as `impl Parser`.
///The function doesn't need to be aware of all the queries of all the query groups
fn ast(db: &impl Parser, name: String) -> String {
//! Note, `impl Parser` is used here but `dyn Parser` works just as well
Expand Down

0 comments on commit ff84b69

Please sign in to comment.