Skip to content

Commit

Permalink
docs: typos
Browse files Browse the repository at this point in the history
Signed-off-by: Yukai Chou <[email protected]>
  • Loading branch information
muzimuzhi committed Jul 14, 2024
1 parent b97dfb6 commit 44f8137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/generic/pgf/pgfmanual-en-tikz-paths.tex
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ \subsubsection{Horizontal and Vertical Lines}
\index{--2@\protect\texttt{\protect\pgfmanualbar-} path operation}%
\index{Path operations!--2@\protect\texttt{\protect\pgfmanualbar-}}%
\pgfmanualpdflabel[\catcode`\|=12 ]{|-}{}%
This operations means ``first vertical, then horizontal''.
This operation means ``first vertical, then horizontal''.
\end{pathoperation}
}

Expand Down Expand Up @@ -601,10 +601,10 @@ \subsection{The Grid Operation}
You can add a grid to the current path using the |grid| path operation.

\begin{pathoperation}{grid}{\opt{\oarg{options}}\meta{corner or cycle}}
This operations adds a grid filling a rectangle whose two corners are given
This operation adds a grid filling a rectangle whose two corners are given
by \meta{corner} and by the previous coordinate. (Instead of a coordinate
you can also say |cycle| to use the position of the last move-to as the
corner coordinate, but it not very natural to do so.) Thus, the
corner coordinate, but it is not very natural to do so.) Thus, the
typical way in which a grid is drawn is |\draw (1,1) grid (3,3);|, which
yields a grid filling the rectangle whose corners are at $(1,1)$ and
$(3,3)$. All coordinate transformations apply to the grid.
Expand Down

0 comments on commit 44f8137

Please sign in to comment.