diff options
author | Alex Mayer <magictrick4906@aim.com> | 2012-10-05 11:19:27 -0400 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2012-10-05 17:23:48 +0200 |
commit | 6c4395be9425b23c967252ed442e28e68d5bf68c (patch) | |
tree | 0a582df0625f6ac8e1610d8d7c04b9a88454a6aa | |
parent | 6d2ad505dccda640439b6fa75fb742caf2981e11 (diff) |
Corrected typo '%Play' with 'Play' on line 407
Change-Id: I19b290c6dd305537746a2f3abeee947cec53aba9
Reviewed-on: http://gerrit.rockbox.org/324
Reviewed-by: Alex Parker <rockbox@aeparker.com>
-rw-r--r-- | manual/advanced_topics/main.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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. |