Skip to content

Commit 64bf67c

Browse files
Merge #9627
9627: fix: Typo in architecture.md r=lnicola a=alexfertel Co-authored-by: Alexander Gonzalez <[email protected]>
2 parents ea105f9 + 60be683 commit 64bf67c

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
@@ -212,7 +212,7 @@ If you want to use IDE parts of rust-analyzer via LSP, custom flatbuffers-based
212212
The API uses editor's terminology, it talks about offsets and string labels rather than in terms of definitions or types.
213213
It is effectively the view in MVC and viewmodel in [MVVM](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel).
214214
All arguments and return types are conceptually serializable.
215-
In particular, syntax tress and hir types are generally absent from the API (but are used heavily in the implementation).
215+
In particular, syntax trees and hir types are generally absent from the API (but are used heavily in the implementation).
216216
Shout outs to LSP developers for popularizing the idea that "UI" is a good place to draw a boundary at.
217217

218218
`ide` is also the first crate which has the notion of change over time.

0 commit comments

Comments
 (0)