summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex
diff options
context:
space:
mode:
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}