Skip to content

Commit

Permalink
fix(salsa.md): add punctuation to prevent confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailarilik authored and tshepang committed Jul 27, 2023
1 parent ff84b69 commit 20b988c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/salsa.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ this one depends on by specifying them as supertraits, as seen in the following
example:

```rust,ignore
/// This query group is going to contain queries that depend on derived values a
/// This query group is going to contain queries that depend on derived values. A
/// query group can access another query group's queries by specifying the
/// dependency as a super trait query groups can be stacked as much as needed using
/// dependency as a super trait. Query groups can be stacked as much as needed using
/// that pattern.
#[salsa::query_group(ParserStorage)]
pub trait Parser: Inputs {
Expand Down

0 comments on commit 20b988c

Please sign in to comment.