Skip to content

Commit ff84b69

Browse files
ismailariliktshepang
authored andcommitted
fix(salsa.md): remove duplicate "To Be" verb
1 parent 9ddd128 commit ff84b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/salsa.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ belongs to, in addition to the other keys.
168168
```rust,ignore
169169
///This is going to be the definition of the `ast` query in the `Parser` trait.
170170
///So, when the query `ast` is invoked, and it needs to be recomputed, Salsa is going to call this function
171-
///and it's is going to give it the database as `impl Parser`.
171+
///and it's going to give it the database as `impl Parser`.
172172
///The function doesn't need to be aware of all the queries of all the query groups
173173
fn ast(db: &impl Parser, name: String) -> String {
174174
//! Note, `impl Parser` is used here but `dyn Parser` works just as well

0 commit comments

Comments
 (0)