summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.