From e2342cfee69f98fb2efc83bad5025987f68c9a9f Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Fri, 20 Aug 2010 01:38:49 +0200
Subject: typos
---
regexvis.html | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/regexvis.html b/regexvis.html
index e2f6ed7..2e7c97d 100644
--- a/regexvis.html
+++ b/regexvis.html
@@ -42,7 +42,7 @@
This is a little tool to visualize regular expressions
+ This is little application to visualize regular expressions
using a deterministic finite state automaton.
It was developed for a seminar by Karin Haenelt --
"Endliche Automaten für die Sprachverarbeitung"
@@ -50,7 +50,7 @@
Raphaël and jQuery libraries. The corresponding
presentation can be downloaded here (in German). Browser compatibility:
The project includes a parser for basic regular expressions, a simulator for testing if a given word is included in the
- language defined by the regular expression and another relatively fancy simulator for checking includance graphically step
+ language defined by the regular expression and additional a relatively fancy simulator for checking includance graphically step
by step. These parts are based on several standard algorithms which can be found in the following literature:
The user interface should be self explanatory and fail safe but you can obtain help for each step by hovering over The
- corresponding ? symbol. If something goes wrong just click Reload.
+ corresponding ? symbol. If there's a problem just click Reload.
Click Description again to hide this text.
+To hide this text click Description again.
@@ -85,7 +85,8 @@