diff options
Diffstat (limited to 'test/mocha/comments.js')
-rw-r--r-- | test/mocha/comments.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocha/comments.js b/test/mocha/comments.js index 9a4b3be6..88cf08c4 100644 --- a/test/mocha/comments.js +++ b/test/mocha/comments.js @@ -259,7 +259,7 @@ describe("comments", function() { assert.strictEqual(result.code, code); }); - it("Should handle comments around parenthesis correctly", function() { + it("Should handle comments around parentheses correctly", function() { var code = [ "a();", "/* foo */", |