🎨 naming conventions

This commit is contained in:
Max Brunsfeld 2015-08-16 19:53:34 -07:00
parent 3e17172f6e
commit 6933d7b425
6 changed files with 172 additions and 173 deletions

View file

@ -31,7 +31,7 @@ typedef struct {
} TreeSelectionCallback;
/*
* Create a ParseStack.
* Create a parse stack.
*/
ParseStack *ts_parse_stack_new(TreeSelectionCallback);