Skip to content

Commit eca1a96

Browse files
committed
Fix a typo
1 parent cb2cb18 commit eca1a96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/design.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ will produce a parse tree like so
8383
value: (num_lit))
8484
```
8585

86-
Although it's somewhat closer to hoe Clojure treats metadata itself, in the
86+
Although it's somewhat closer to how Clojure treats metadata itself, in the
8787
context of a text editor it creates some problems, which were discussed [here](https://github.com/sogaiu/tree-sitter-clojure/issues/65). To
8888
name a few:
89+
8990
- `forward-sexp` command would skip both, metadata and the node it's attached
9091
to. Called from an opening paren it would signal an error "No more sexp to
9192
move across".

0 commit comments

Comments
 (0)