Fix typo in testcase description

redux
David Majda 12 years ago
parent e97c501072
commit 75a78c083c

@ -140,7 +140,7 @@ describe("generated parser", function() {
describe("start rule", function() {
describe("without the |startRule| option", function() {
it("uses the fist rule", function() {
it("uses the first rule", function() {
expect(parser).toParse("x", "a");
});
});

Loading…
Cancel
Save