Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit b495e68

Browse files
committed
docs: fix grammatical error in README
1 parent 28edc96 commit b495e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Android Java bindings for [tree-sitter](https://tree-sitter.github.io/tree-sitte
1111
implementation 'com.itsaky.androidide:android-tree-sitter:<version>'
1212
1313
// grammar libraries
14-
// <language> is the name of the grammar language. e.g. 'java', 'python', 'xml', etc.
14+
// <language> is the name of the language grammar. e.g. 'java', 'python', 'xml', etc.
1515
implementation 'com.itsaky.androidide:tree-sitter-<language>:<version>'
1616
```
1717

0 commit comments

Comments
 (0)