From c8342f6432bf5bf1e7732ae0265a80adfa5c9221 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 18 May 2012 11:34:02 +0300 Subject: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3cfa332..c590fea 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Definition ------ An L-system is a formal grammar defined as an initial axiom string, and a set -of production rules. In te aforementioned example, `F` is the initial axiom, +of production rules. In the aforementioned example, `F` is the initial axiom, and only one production rule exists: `F -> F-F+FF`. The grammar alphabet is assumed to be all characters with a production rule mapping. -- cgit v1.3.1