branch: elpa/clojure-ts-mode
commit 635929efd623c73a78ccd29c2a8344a290cd8f73
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Add old_meta_lit to node types list in design.md
---
 doc/design.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/design.md b/doc/design.md
index 336da541fd..56d3d7abe3 100644
--- a/doc/design.md
+++ b/doc/design.md
@@ -60,7 +60,7 @@ There are nodes to represent:
 - Vectors `(vec_lit)`
 - Maps `(map_lit)`
 - Sets `(set_lit)`
-- Metadata nodes `(meta_lit)`
+- Metadata nodes `(meta_lit, old_meta_lit)`
 - Regex content `(regex_content)`
 - Function literals `(anon_fn_lit)`
 

Reply via email to