summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2021-02-19 16:21:22 -0500
committerBrian Cully <bjc@kublai.com>2021-02-19 16:21:22 -0500
commitbdf1d88883256c0d2731600d604af22d27d8ee7f (patch)
treea5bbd5a2c99106111aee6defc1a5eaf00fef417d /index.html
parent4ead5e928b49e78e2071f7486530359acdab0bcc (diff)
downloadmolsim2-bdf1d88883256c0d2731600d604af22d27d8ee7f.tar.gz
molsim2-bdf1d88883256c0d2731600d604af22d27d8ee7f.zip
Remove penultimate genome slot
I need the last "good" genome, not the second to last one, so instead thread the original genome (before any mutations) through the required states so it can be reverted to if a lethal change is made.
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 66a62fa..3b41efc 100644
--- a/index.html
+++ b/index.html
@@ -74,7 +74,7 @@
<ul>
<li>If the mutation caused a change in the amino acid
being coded, then <button class='kill' disabled=''>kill</button> it and
- start again with the previous generation.</li>
+ start again with the last successful generation.</li>
<li>Otherwise, <button class='clone' disabled=''>clone</button> this
genome for the next generation.</li>