Skip to content

Commit 0ea0e35

Browse files
committed
typos
1 parent ea2a71c commit 0ea0e35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ gradle test --tests GrammarDebugTest
3737

3838
### Generic Type Parameters
3939

40-
Generic type parameters are named with the follwing rules:
40+
Generic type parameters are named with the following rules:
4141

4242
- `N` for `extends ASTNode`
4343
- `C` for `extends ParserRuleContext`
4444
- `T` for `extends ParseTree`
45-
- `Child` for `extends ASTNode` if it's the child parameter of an `ASTNode` sub class
45+
- `Child` for `extends ASTNode` if it's the child parameter of an `ASTNode` subclass
4646
- `J` for `extends JobParameters`
4747
- `E` for extending some kind of Enum
4848
- `R` for some other return type
@@ -89,7 +89,7 @@ fs.readFileSync("split").toString().split("//split_marker").map(str => str.trim(
8989
### TODO
9090
- Enum value index (index that finds nodes based on their enum values)
9191
- Optional indexes: option to turn off indexes for performance reasons and only if necessary
92-
- Partial indexes: indexes that only index certain enum values, class types or identifiers to reduce memory usage and improve ast build performance
92+
- Partial indexes: indexes that only index certain enum values, class types or identifiers to reduce memory usage and improve AST build performance
9393
- Configuration of partial indexes can happen at construction
9494
- Make glsl-transformer thread safe so that it can be run in parallel on different transformation jobs
9595
- Try to remove double detachParent call when removing items from a list

0 commit comments

Comments
 (0)