@@ -302,7 +302,7 @@ \subsubsection{Horizontal and Vertical Lines}
302
302
\index {--2@\protect \texttt {\protect\pgfmanualbar - } path operation}%
303
303
\index {Path operations!--2@\protect \texttt {\protect\pgfmanualbar - }}%
304
304
\pgfmanualpdflabel [\catcode `\|=12 ]{|-}{}%
305
- This operations means `` first vertical, then horizontal'' .
305
+ This operation means `` first vertical, then horizontal'' .
306
306
\end {pathoperation }
307
307
}
308
308
@@ -601,10 +601,10 @@ \subsection{The Grid Operation}
601
601
You can add a grid to the current path using the |grid| path operation.
602
602
603
603
\begin {pathoperation }{grid}{\opt {\oarg {options}}\meta {corner or cycle}}
604
- This operations adds a grid filling a rectangle whose two corners are given
604
+ This operation adds a grid filling a rectangle whose two corners are given
605
605
by \meta {corner} and by the previous coordinate. (Instead of a coordinate
606
606
you can also say |cycle| to use the position of the last move-to as the
607
- corner coordinate, but it not very natural to do so.) Thus, the
607
+ corner coordinate, but it is not very natural to do so.) Thus, the
608
608
typical way in which a grid is drawn is |\draw (1,1) grid (3,3);|, which
609
609
yields a grid filling the rectangle whose corners are at $ (1 ,1 )$ and
610
610
$ (3 ,3 )$ . All coordinate transformations apply to the grid.
0 commit comments