diff options
Diffstat (limited to 'ARCHITECTURE.md')
-rw-r--r-- | ARCHITECTURE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index b326f9c71..277b29c12 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md | |||
@@ -87,7 +87,7 @@ fixes a bug in the grammar. | |||
87 | 87 | ||
88 | ### `crates/ra_db` | 88 | ### `crates/ra_db` |
89 | 89 | ||
90 | We use [salsa][https://github.com/salsa-rs/salsa] crate for incremental and | 90 | We use the [salsa](https://github.com/salsa-rs/salsa) crate for incremental and |
91 | on-demand computation. Roughly, you can think of salsa as a key-value store, but | 91 | on-demand computation. Roughly, you can think of salsa as a key-value store, but |
92 | it also can compute derived values using specified functions. The `ra_db` crate | 92 | it also can compute derived values using specified functions. The `ra_db` crate |
93 | provides a basic infrastructure for interacting with salsa. Crucially, it | 93 | provides a basic infrastructure for interacting with salsa. Crucially, it |