Skip to content

Commit

Permalink
docs: fix typo in intro: "questions" => "question" (#1309)
Browse files Browse the repository at this point in the history
Fix in context -- "question" should be singular:
<quote>
    I wish to start with the question “What is TikZ?”
</quote>

Signed-off-by: Alan D. Salewski <[email protected]>
  • Loading branch information
salewski authored and loopspace committed Apr 2, 2024
1 parent f35286d commit c46ed90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/generic/pgf/pgfmanual-en-introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ \section{Introduction}
will teach you almost all you should know about \tikzname\ without your having
to read the rest.

I wish to start with the questions ``What is \tikzname?'' Basically, it just
I wish to start with the question ``What is \tikzname?'' Basically, it just
defines a number of \TeX\ commands that draw graphics. For example, the code
|\tikz \draw (0pt,0pt) -- (20pt,6pt);| yields the line \tikz \draw (0pt,0pt) --
(20pt,6pt); and the code |\tikz \fill[orange] (1ex,1ex) circle (1ex);| yields
Expand Down

0 comments on commit c46ed90

Please sign in to comment.