Skip to content

Commit

Permalink
Fix typos #662
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Apr 22, 2019
1 parent c424685 commit 15eb920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/generic/pgf/text-en/pgfmanual-en-tikz-arrows.tex
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ \subsubsection{Slanting}
\subsubsection{Reversing, Halving, Swapping}
\label{section-arrow-key-harpoon}

\begin{key}{/pgf/arrow keys/reverse}
\begin{key}{/pgf/arrow keys/reversed}
Adding this key to an arrow tip will ``reverse its direction'' so that is
points in the opposite direction (but is still at that end of the line
where the non-reversed arrow tip would have been drawn; so only the tip is
Expand Down Expand Up @@ -683,7 +683,7 @@ \subsubsection{Reversing, Halving, Swapping}
\tikz [ultra thick] \draw [arrows = {->[harpoon]}] (0,0) -- (1,0);
\end{codeexample}
%
Unlike the |reverse| key, which all arrows tip kinds support at least in a
Unlike the |reversed| key, which all arrows tip kinds support at least in a
basic way, designers of arrow tips really need to take this key into
account in their arrow tip code and often a lot of special attention needs
to do be paid to this key in the implementation. For this reason, only some
Expand Down

0 comments on commit 15eb920

Please sign in to comment.