aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-05 11:47:11 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-05 11:47:11 +0000
commit44e42edc8b7729716e0b410ced2e96c33573e2c0 (patch)
tree50a9a697b99cf25f8321ed16af8086b246b1938b
parent53ffa2a030be52ad6ddcf3c038f08c337894fbe7 (diff)
parent381cf8b38bf5dd01444177108b851b5ea6113a35 (diff)
Merge #432
432: Fix link in architecture.md r=matklad a=detrumi Co-authored-by: Wilco Kusee <[email protected]>
-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