updated
authorChristian Urban <urbanc@in.tum.de>
Mon, 24 Sep 2018 11:07:21 +0100
changeset 552 4e2884c34f46
parent 551 41cdc0680b74
child 553 72bc90a6df8c
updated
bsc-projects-18.html
--- 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>