Skip to content

Commit a5dea10

Browse files
sjudjyn514
authored andcommitted
Spelling change intermidiate to intermediate
Very importent change.
1 parent 30826ca commit a5dea10

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
@@ -44,7 +44,7 @@ something that the library produces, but, for each derived value there's a
4444
"pure" function that computes the derived value.
4545

4646
For example, there might be a function `ast(x: Path) -> AST`. The produced
47-
`AST` isn't a final value, it's an intermidiate value that the library would
47+
`AST` isn't a final value, it's an intermediate value that the library would
4848
use for the computation.
4949

5050
This means that when you try to compute with the library, Salsa is going to
@@ -126,7 +126,7 @@ Example input query group:
126126

127127
```rust,ignore
128128
/// This attribute will process this tree, produce this tree as output, and produce
129-
/// a bunch of intermidiate stuff that Salsa also uses. One of these things is a
129+
/// a bunch of intermediate stuff that Salsa also uses. One of these things is a
130130
/// "StorageStruct", whose name we have specified in the attribute.
131131
///
132132
/// This query group is a bunch of **input** queries, that do not rely on any

0 commit comments

Comments
 (0)