Skip to content

Commit 20b988c

Browse files
ismailariliktshepang
authored andcommitted
fix(salsa.md): add punctuation to prevent confusion
1 parent ff84b69 commit 20b988c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/salsa.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ this one depends on by specifying them as supertraits, as seen in the following
148148
example:
149149

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

0 commit comments

Comments
 (0)