www

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

commit fdc578563b5e70587dfb12f937b7bca1c33c6d4b
parent d2f41a19a5e9a68dd67df02d5998bc5ce81aed8e
Author: Mandy Brown <mfarmer@thinkthroughmath.com>
Date:   Fri, 19 Sep 2014 21:29:50 -0400

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.