Remove EN1

This commit is contained in:
Santiago Pastorino 2020-09-14 16:43:34 -03:00 committed by Joshua Nelson
parent f19d3e64b4
commit c911b40be5
1 changed files with 2 additions and 4 deletions

View File

@ -108,7 +108,7 @@ potentially invalidated.
A query group is a set of queries which have been defined together as a unit.
The database is formed by combining query groups. Query groups are akin to
"Salsa modules" [^EN1].
"Salsa modules".
A set of queries in a query group are just a set of methods in a trait.
@ -212,5 +212,3 @@ fn main() {
}
}
```
[^EN1]: What is a Salsa module?