Skip to content

Commit 19d805e

Browse files
authored
typo in tikzautomata.dot
1 parent b7fba41 commit 19d805e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/tikzautomata.dot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:Title: Automata
44
:Tags: TikZ, topath, tikzedgelabels
55
6-
An example of how to use TikZ' automata libray and to paths to
6+
An example of how to use TikZ' automata library and to paths to
77
create a pretty state machine.
88
99
Generated with::
@@ -31,4 +31,4 @@ digraph G {
3131
D -> E [label=2];
3232
E -> A [label="1,6"];
3333
F [style="state,accepting"];
34-
}
34+
}

0 commit comments

Comments
 (0)