about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2022-02-22 10:45:29 +0100
committerLukas Wirth <lukastw97@gmail.com>2022-02-22 10:45:29 +0100
commit8db88df75801c0c8284c24786483f46d3542a183 (patch)
tree9559b8c0befdc19b2e4003384189f75f55589226 /docs/dev
parent94e59c9c566570b8f3013fe02d0835fce0b4fb12 (diff)
downloadrust-8db88df75801c0c8284c24786483f46d3542a183.tar.gz
rust-8db88df75801c0c8284c24786483f46d3542a183.zip
simplify and document
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md
index 2f2c4351c73..99ddc188d81 100644
--- a/docs/dev/architecture.md
+++ b/docs/dev/architecture.md
@@ -111,7 +111,7 @@ env UPDATE_EXPECT=1 cargo qt
 
 After adding a new inline test you need to run `cargo test -p xtask` and also update the test data as described above.
 
-Note  [`api_walkthrough`](https://github.com/rust-analyzer/rust-analyzer/blob/2fb6af89eb794f775de60b82afe56b6f986c2a40/crates/ra_syntax/src/lib.rs#L190-L348)
+Note [`api_walkthrough`](https://github.com/rust-analyzer/rust-analyzer/blob/2fb6af89eb794f775de60b82afe56b6f986c2a40/crates/ra_syntax/src/lib.rs#L190-L348)
 in particular: it shows off various methods of working with syntax tree.
 
 See [#93](https://github.com/rust-analyzer/rust-analyzer/pull/93) for an example PR which fixes a bug in the grammar.