Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit d4492dc

Browse files
authored
Merge pull request #100 from NateEag/patch-1
Singularize word in README.md
2 parents 8953d7e + f9af656 commit d4492dc

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
@@ -118,7 +118,7 @@ cabal new-run semantic -- --help
118118

119119
Architecturally, `semantic`:
120120
1. Reads blobs.
121-
2. Generates parse trees for those blobs with [tree-sitter][tree-sitter] (an incremental parsing system for programmings tools).
121+
2. Generates parse trees for those blobs with [tree-sitter][tree-sitter] (an incremental parsing system for programming tools).
122122
3. Assigns those trees into a generalized representation of syntax.
123123
4. Performs analysis, computes diffs, or just returns parse trees.
124124
5. Renders output in one of many supported formats.

0 commit comments

Comments
 (0)