Merge pull request #91 from MandaBrown/teeny_tiny_typo_fix

Fixes a teeny tiny typo in a comment.
This commit is contained in:
Emily Eisenberg 2014-09-22 14:25:28 -07:00
commit e0dece759f

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.