From dd6a9ca28e5d3e3e40674ec6dc2ee21db6e85ac2 Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Mon, 13 Nov 2017 18:44:26 +0100 Subject: Corrections suggested by a3nm. --- figs/example5ne.dot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'figs') diff --git a/figs/example5ne.dot b/figs/example5ne.dot index 8371593..d9ee040 100644 --- a/figs/example5ne.dot +++ b/figs/example5ne.dot @@ -1,8 +1,8 @@ digraph example5ne { rankdir="LR"; node [texmode="math",shape="circle",style="state"]; - q0 [style="state,initial",label="0"]; - q1 [style="state",label="1"]; + q0 [style="state,initial,final,accepting below",label="0"]; + q1 [style="state,final,accepting below",label="1"]; q2 [style="state,final",label="2"]; edge [texmode="math",lblstyle="auto"]; q0 -> q0 [label="a",topath="loop above"]; -- cgit v1.2.3