Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/ungrammar/README.md')
-rw-r--r--lib/ungrammar/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ungrammar/README.md b/lib/ungrammar/README.md
index ea47622f22..b5a3f48ab3 100644
--- a/lib/ungrammar/README.md
+++ b/lib/ungrammar/README.md
@@ -1,5 +1,6 @@
# ungrammar
-A DLS for specifying concrete syntax tree. See this [introductory post](https://rust-analyzer.github.io/blog/2020/10/24/introducing-ungrammar.html).
+A DSL for specifying concrete syntax trees. See this
+[introductory post](https://rust-analyzer.github.io/blog/2020/10/24/introducing-ungrammar.html).
See [./rust.ungram](./rust.ungram) for an example.