Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/contributing/architecture.md')
| -rw-r--r-- | docs/book/src/contributing/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/book/src/contributing/architecture.md b/docs/book/src/contributing/architecture.md index 67653ebd74..50f60bcdcc 100644 --- a/docs/book/src/contributing/architecture.md +++ b/docs/book/src/contributing/architecture.md @@ -10,7 +10,7 @@ See also these implementation-related blog posts: * <https://rust-analyzer.github.io/blog/2019/11/13/find-usages.html> * <https://rust-analyzer.github.io/blog/2020/07/20/three-architectures-for-responsive-ide.html> -* <https://rust-analyzer.github.io/blog/2020/09/16/challeging-LR-parsing.html> +* <https://rust-analyzer.github.io/blog/2020/09/16/challenging-LR-parsing.html> * <https://rust-analyzer.github.io/blog/2020/09/28/how-to-make-a-light-bulb.html> * <https://rust-analyzer.github.io/blog/2020/10/24/introducing-ungrammar.html> |