aboutsummaryrefslogtreecommitdiff
path: root/ARCHITECTURE.md
diff options
context:
space:
mode:
authorWilco Kusee <[email protected]>2019-01-05 11:32:51 +0000
committerWilco Kusee <[email protected]>2019-01-05 11:34:13 +0000
commit381cf8b38bf5dd01444177108b851b5ea6113a35 (patch)
treec73f4d05d9f7b383ef6cbc1f06a2d5346d16445c /ARCHITECTURE.md
parent481713a0e17e1557288e88a6b1a173b111792998 (diff)
Fix link in architecture.md
Diffstat (limited to 'ARCHITECTURE.md')
-rw-r--r--ARCHITECTURE.md2
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
90We use [salsa][https://github.com/salsa-rs/salsa] crate for incremental and 90We use the [salsa](https://github.com/salsa-rs/salsa) crate for incremental and
91on-demand computation. Roughly, you can think of salsa as a key-value store, but 91on-demand computation. Roughly, you can think of salsa as a key-value store, but
92it also can compute derived values using specified functions. The `ra_db` crate 92it also can compute derived values using specified functions. The `ra_db` crate
93provides a basic infrastructure for interacting with salsa. Crucially, it 93provides a basic infrastructure for interacting with salsa. Crucially, it