summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-02-27 00:01:50 +0000
committerKarl Berry <karl@freefriends.org>2014-02-27 00:01:50 +0000
commit90ae413a94da014dbf7a6a8ab584f7c668483a5a (patch)
tree4e0528a2b2fb2004988e7fc804ea2f1354f1f5d5 /Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex
parent800cc56380d1edfe567a6a66bef13e8950eb2b0c (diff)
pgf 3.0.0
git-svn-id: svn://tug.org/texlive/trunk@33057 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex
index 2684d96c71d..48afc09ca87 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex
@@ -41,7 +41,7 @@ To draw an automaton, proceed as follows:
\end{enumerate}
Let us now see how this works for a real example. Let us consider a
-nondeterministic four state automaton that checks whether an contains
+nondeterministic four state automaton that checks whether an input contains
the sequence $0^*1$ or the sequence $1^*0$.
\begin{codeexample}[]
\begin{tikzpicture}[shorten >=1pt,node distance=2cm,on grid,auto]
@@ -71,7 +71,7 @@ desired kind of styles.
By default, the following state styles are defined:
\begin{stylekey}{/tikz/state without output}
- This node style causes nodes to be drawn circles. Also, this style
+ This node style causes nodes to be drawn as circles. Also, this style
calls |every state|.
\end{stylekey}
@@ -147,7 +147,7 @@ Let us start with the initial states.
Set the place where the text should be shown. Allowed values are
|above|, |below|, |left|, and |right|.
\end{key}
- \begin{key}{/tikz/intial distance=\meta{distance} (initially 3ex)}
+ \begin{key}{/tikz/initial distance=\meta{distance} (initially 3ex)}
Sets the length of the arrow leading from the text to the state
node.
\end{key}