Skip to content

Commit f19d3e6

Browse files
spastorinoJoshua Nelson
authored and
Joshua Nelson
committed
Complete text about salsa base inputs
1 parent c99dc88 commit f19d3e6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/salsa.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ see its type), completions, etc.
3232

3333
## How does it work?
3434

35-
The first thing that Salsa has to do is identify the "base inputs" [^EN1].
35+
The first thing that Salsa has to do is identify the "base inputs" that
36+
are not something computed but given as input.
3637

3738
Then Salsa has to also identify intermediate, "derived" values, which are
3839
something that the library produces, but, for each derived value there's a
@@ -107,7 +108,7 @@ potentially invalidated.
107108

108109
A query group is a set of queries which have been defined together as a unit.
109110
The database is formed by combining query groups. Query groups are akin to
110-
"Salsa modules" [^EN2].
111+
"Salsa modules" [^EN1].
111112

112113
A set of queries in a query group are just a set of methods in a trait.
113114

@@ -212,6 +213,4 @@ fn main() {
212213
}
213214
```
214215

215-
[^EN1]: "They are not something that you **inaubible** but something that you kinda get **inaudible** from the outside [3:23](https://youtu.be/_muY4HjSqVw?t=203).
216-
217-
[^EN2]: What is a Salsa module?
216+
[^EN1]: What is a Salsa module?

0 commit comments

Comments
 (0)