Skip to content

Commit 5e8f4dc

Browse files
Merge #10530
10530: Add link to ECS acronym to clarify. r=lnicola a=mirkoRainer I had to ask a clarifying question about this acronym. If I had the question, it's likely that someone else will also have the question so I wanted to clarify. Co-authored-by: Mirko Rainer <[email protected]>
2 parents be9e7f9 + a1c544f commit 5e8f4dc

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)