Fixes a teeny tiny typo in a comment.

This commit is contained in:
Mandy Brown 2014-09-19 21:29:50 -04:00
parent d2f41a19a5
commit fdc578563b

View File

@ -1,5 +1,5 @@
/**
* This file does the main work of building a domTree sturcture from a parse
* This file does the main work of building a domTree structure from a parse
* tree. The entry point is the `buildTree` function, which takes a parse tree.
* Then, the buildExpression, buildGroup, and various groupTypes functions are
* called, to produce a final tree.