From 6af13508c0d11711f656586b88d7eb4097c865e5 Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Fri, 3 Jul 2015 09:54:29 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a0e119..06ebed4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ generation algorithms (including more general variants like LL(*), GLR, etc), but those may or may not ever come to fruitition. :) LALRPop has *usability* as a primary goal. You should be able to write -compact, DRY, readable grammars. You shouldn't have to stres about +compact, DRY, readable grammars. You shouldn't have to stress about writing action code or types if you don't want to. To this end, LALRPop has a number of nifty features: