From dda3939adf2b6881acc4f32f8a80d27b8f3db0e2 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 22 Sep 2015 22:39:41 -0700 Subject: [PATCH] Fix typo in javascript corpus --- spec/fixtures/corpus/javascript/operators.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/fixtures/corpus/javascript/operators.txt b/spec/fixtures/corpus/javascript/operators.txt index 600956c8..dfc2407e 100644 --- a/spec/fixtures/corpus/javascript/operators.txt +++ b/spec/fixtures/corpus/javascript/operators.txt @@ -64,7 +64,7 @@ object dynamic property access ========================================== -object[propertName()] = propertyValue(); +object[propertyName()] = propertyValue(); object[propertyName()]; ---