--- a/bsc-projects-18.html Mon Sep 24 10:45:13 2018 +0100
+++ b/bsc-projects-18.html Mon Sep 24 11:07:21 2018 +0100
@@ -81,7 +81,7 @@
Python and Ruby need approximately 30 seconds of hard work for matching this string. You can try it for yourself:
<A HREF="http://talisker.inf.kcl.ac.uk/cgi-bin/repos.cgi/afl-material/raw-file/tip/progs/catastrophic.py">catastrophic.py</A> (Python version) and
<A HREF="http://talisker.inf.kcl.ac.uk/cgi-bin/repos.cgi/afl-material/raw-file/tip/progs/catastrophic.rb">catastrophic.rb</A>
- (Ruby version). Here is a similar problem with the regular expression <code>(a*)* b</code>in Java:
+ (Ruby version). Here is a similar problem with the regular expression <code>(a*)*b</code> in Java:
<A HREF="http://talisker.inf.kcl.ac.uk/cgi-bin/repos.cgi/afl-material/raw-file/tip/progs/catastrophic.java">catastrophic.java</A>
</p>