www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e0dece759fb8455ee91024d470ee7f4bfc9195bb
parent bd6f762f946536c371d44418f107a88962c34566
Author: Emily Eisenberg <xymostech@gmail.com>
Date:   Mon, 22 Sep 2014 14:25:28 -0700

Merge pull request #91 from MandaBrown/teeny_tiny_typo_fix

Fixes a teeny tiny typo in a comment.
Diffstat:
Msrc/buildTree.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/buildTree.js b/src/buildTree.js @@ -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.