summaryrefslogtreecommitdiffstats
path: root/figs
diff options
context:
space:
mode:
Diffstat (limited to 'figs')
-rw-r--r--figs/example4det.dot3
1 files changed, 2 insertions, 1 deletions
diff --git a/figs/example4det.dot b/figs/example4det.dot
index 7121690..3af6aa5 100644
--- a/figs/example4det.dot
+++ b/figs/example4det.dot
@@ -12,5 +12,6 @@ digraph example4det {
q01 -> q02 [label="b"];
q012 -> q012 [label="a",topath="loop above"];
{ rank="same"; q012 -> q02 [label="b"]; }
- q02 -> q0 [label="a,b"];
+ q02 -> q0 [label="b"];
+ q02 -> q01 [label="a"];
}