From fdc578563b5e70587dfb12f937b7bca1c33c6d4b Mon Sep 17 00:00:00 2001 From: Mandy Brown Date: Fri, 19 Sep 2014 21:29:50 -0400 Subject: [PATCH] Fixes a teeny tiny typo in a comment. --- src/buildTree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildTree.js b/src/buildTree.js index d8e286895..e20d23c9d 100644 --- 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.