Skip to content

Commit 12f1783

Browse files
committed
docs: typo (fixes #1325)
Add curly braces around initial value of a key that contains an equal sign "=". Signed-off-by: Yukai Chou <muzimuzhi@gmail.com>
1 parent 913d955 commit 12f1783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/generic/pgf/pgfmanual-en-library-calendar.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ \subsection{Calendar Command}
261261
\end{codeexample}
262262
\end{key}
263263

264-
\begin{key}{/tikz/every day (initially anchor=base east)}
264+
\begin{key}{/tikz/every day (initially {anchor=base east})}
265265
This style is executed by the default node code for each day. The
266266
|every day| style is useful for changing the way days look. For
267267
example, let us make all days red:

0 commit comments

Comments
 (0)