Skip to content

Commit 251c310

Browse files
committed
docs: typo
Signed-off-by: Yukai Chou <[email protected]>
1 parent e0f7295 commit 251c310

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

doc/generic/pgf/pgfmanual-en-base-patterns.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ \subsection{Declaring a Pattern}
9090
tile. Second, the bounding box might be bigger, in which case the picture
9191
will ``bleed'' over the tile.
9292

93-
The \meta{code} should be \pgfname\ code than can be protocolled. It should
93+
The \meta{code} should be \pgfname\ code that can be protocolled. It should
9494
not contain any color code.
9595
%
9696
\begin{codeexample}[preamble={\usetikzlibrary{patterns}}]

doc/generic/pgf/pgfmanual-en-tikz-design.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ \subsection{Special Syntax for Specifying Nodes}
146146
|name=|\meta{node name} or by stating the node name in parentheses outside the
147147
text as in |node[circle](name){text}|.
148148

149-
Predefined shapes include |rectangle|, |circle|, and |ellipse|, but it is
149+
Predefined shapes include |rectangle|, |circle|, and |coordinate|, but it is
150150
possible (though a bit challenging) to define new shapes.
151151

152152

doc/generic/pgf/pgfmanual-en-xxcolor.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ \section{Extended Color Support}
2222
such an environment is not available.
2323

2424
\begin{environment}{{colormixin}\marg{mix-in specification}}
25-
The mix-in specification is applied to all colors inside the environment.
25+
The \meta{mix-in specification} is applied to all colors inside the environment.
2626
At the beginning of the environment, the mix-in is applied to the current
2727
color, i.e., the color that was in effect before the environment started.
28-
A mix-in specification is a number between 0 and 100 followed by an
28+
A \meta{mix-in specification} is a number between 0 and 100 followed by an
2929
exclamation mark and a color name. When a |\color| command is encountered
3030
inside a mix-in environment, the number states what percentage of the
3131
desired color should be used. The rest is ``filled up'' with the color

tex/generic/pgf/libraries/pgflibraryfpu.code.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1429,7 +1429,7 @@
14291429
\ifpgfmathfloatcomparison
14301430
\pgfmath@basic@divide@{\pgfmathfloat@arga}{\pgfmathfloat@argb}%
14311431
\advance\pgfmathfloat@a@E by-\pgfmathfloat@b@E
1432-
% renormalize. This is the only part were an expensive float routine comes into play:
1432+
% renormalize. This is the only part where an expensive float routine comes into play:
14331433
\edef\pgfmathresult{\pgfmathresult e\the\pgfmathfloat@a@E}%
14341434
\expandafter\pgfmathfloatqparsenumber\expandafter{\pgfmathresult}%
14351435
% And re-insert the proper sign:

tex/generic/pgf/utilities/pgfutil-common.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@
9898
% \pgfutil@ifundefined{<macro name with backslash>}
9999
% {<is undefined code>}{<is defined code>}
100100
%
101-
% This will let #1 to \relax if it undefined.
101+
% This will let #1 to \relax if it is undefined.
102102
%
103103
% This macro is expandable.
104104
\def\pgfutil@ifundefined#1{%
105105
\expandafter\pgfutil@ifx\csname#1\endcsname\relax}
106106

107-
% A variant of \pgfutil@ifundefined which will NOT let #1 to \relax it
108-
% is undefined.
107+
% A variant of \pgfutil@ifundefined which will NOT let #1 to \relax if
108+
% it is undefined.
109109
\def\pgfutil@IfUndefined#1{%
110110
\ifcsname#1\endcsname
111111
\expandafter\pgfutil@secondoftwo

0 commit comments

Comments
 (0)