From 6c4395be9425b23c967252ed442e28e68d5bf68c Mon Sep 17 00:00:00 2001 From: Alex Mayer Date: Fri, 5 Oct 2012 11:19:27 -0400 Subject: Corrected typo '%Play' with 'Play' on line 407 Change-Id: I19b290c6dd305537746a2f3abeee947cec53aba9 Reviewed-on: http://gerrit.rockbox.org/324 Reviewed-by: Alex Parker --- manual/advanced_topics/main.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index 60c1b800ba..efd336177c 100644 --- a/manual/advanced_topics/main.tex +++ b/manual/advanced_topics/main.tex @@ -404,7 +404,7 @@ For tags with multiple values, like Play status, the conditional can hold a list of alternatives, one for each value the tag can have. Example enumeration: \begin{example} - \%?mp{\textless}Stop{\textbar}\%Play{\textbar}Pause{\textbar}Ffwd{\textbar}Rew{\textgreater} + \%?mp{\textless}Stop{\textbar}Play{\textbar}Pause{\textbar}Ffwd{\textbar}Rew{\textgreater} \end{example} The last else part is optional, and will be displayed if the tag has no value. -- cgit v1.2.3