From c911b40be5e559705ea8052676125f9bea32c9c1 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Mon, 14 Sep 2020 16:43:34 -0300 Subject: [PATCH] Remove EN1 --- src/salsa.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/salsa.md b/src/salsa.md index f884ecdd..567f1b15 100644 --- a/src/salsa.md +++ b/src/salsa.md @@ -107,8 +107,8 @@ potentially invalidated. ### Query Groups 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]. +The database is formed by combining query groups. Query groups are akin to +"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?