Skip to content

Commit 5810299

Browse files
bors[bot]lnicola
andauthored
Merge #8422
8422: Remove extra bracket in architecture docs r=lnicola a=lnicola bors r+ changelog skip Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
2 parents 855a739 + 7221188 commit 5810299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ If an AST method returns an `Option`, it *can* be `None` at runtime, even if thi
139139
### `crates/base_db`
140140

141141
We use the [salsa](https://github.com/salsa-rs/salsa) crate for incremental and on-demand computation.
142-
Roughly, you can think of salsa as a key-value store, but it can also compute derived values using specified functions.
142+
Roughly, you can think of salsa as a key-value store, but it can also compute derived values using specified functions.
143143
The `base_db` crate provides basic infrastructure for interacting with salsa.
144144
Crucially, it defines most of the "input" queries: facts supplied by the client of the analyzer.
145145
Reading the docs of the `base_db::input` module should be useful: everything else is strictly derived from those inputs.
@@ -308,7 +308,7 @@ This sections talks about the things which are everywhere and nowhere in particu
308308

309309
### Code generation
310310

311-
Some ]components in this repository are generated through automatic processes.
311+
Some components in this repository are generated through automatic processes.
312312
Generated code is updated automatically on `cargo test`.
313313
Generated code is generally committed to the git repository.
314314

0 commit comments

Comments
 (0)