summaryrefslogtreecommitdiff
path: root/project/templates/thue2a.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/thue2a.html')
-rw-r--r--project/templates/thue2a.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/project/templates/thue2a.html b/project/templates/thue2a.html
index 80e29c0..3ce9de9 100644
--- a/project/templates/thue2a.html
+++ b/project/templates/thue2a.html
@@ -11,9 +11,9 @@
<h4>Thue Version 2a</h4>
-<p><a href="http://esolangs.org/wiki/Thue">Thue</a> is an esoteric programming language
-based on unrestricted grammars. A Thue program consists of a number of rules detailing a
-sequence of symbols to replace and a sequence of symbols to replace with, and an initial
+<p><a href="http://esolangs.org/wiki/Thue" target="_blank">Thue</a> is an esoteric programming
+language based on unrestricted grammars. A Thue program consists of a number of rules detailing
+a sequence of symbols to replace and a sequence of symbols to replace with, and an initial
state of the program. Applicable rules are then applied to the inital state in a random
order until no more are applicable, at which point the program terminates.</p>