]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed syntax errors
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 19 Feb 2004 19:03:50 +0000 (19:03 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 19 Feb 2004 19:03:50 +0000 (19:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/re_syntax.tex

index 677dad856f6551d115c962804282d2ed35581fb9..0275d818bfbe8be5d68158b7f37fd40ce35911bf 100644 (file)
@@ -627,7 +627,7 @@ Note that the character names are case sensitive.
 \twocolitem{number-sign}{'\#'}
 \twocolitem{dollar-sign}{'\$'}
 \twocolitem{percent-sign}{'\%'}
-\twocolitem{ampersand}{'&'}
+\twocolitem{ampersand}{'\&'}
 \twocolitem{apostrophe}{'$\backslash$''}
 \twocolitem{left-parenthesis}{'('}
 \twocolitem{right-parenthesis}{')'}
@@ -668,7 +668,7 @@ Note that the character names are case sensitive.
 \twocolitem{grave-accent}{'`'}
 \twocolitem{left-brace}{'\{'}
 \twocolitem{left-curly-bracket}{'\{'}
-\twocolitem{vertical-line}{'\|'}
+\twocolitem{vertical-line}{'$|$'}
 \twocolitem{right-brace}{'\}'}
 \twocolitem{right-curly-bracket}{'\}'}
 \twocolitem{tilde}{'$~$'}