Skip to content

Commit a1c544f

Browse files
committed
Add link to ECS acronym to clarify.
1 parent 64b1c72 commit a1c544f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Files are represented with opaque `FileId`, there's no operation to get an `std:
156156
These crates are the *brain* of rust-analyzer.
157157
This is the compiler part of the IDE.
158158

159-
`hir_xxx` crates have a strong ECS flavor, in that they work with raw ids and directly query the database.
159+
`hir_xxx` crates have a strong [ECS](https://en.wikipedia.org/wiki/Entity_component_system) flavor, in that they work with raw ids and directly query the database.
160160
There's little abstraction here.
161161
These crates integrate deeply with salsa and chalk.
162162

0 commit comments

Comments
 (0)