Skip to content

Commit

Permalink
Use entities for > symbols in code example.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-fryatt committed Dec 24, 2021
1 parent c6f0bf6 commit 91a12f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Chapters/ch02-a-side-toolbar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,10 @@ pane%!16 = main%!16 : REM Visible Area Maximum Y</code>
REM relative to where the main window is to go.

CASE TRUE OF
WHEN main%!4 > width%
WHEN main%!4 &gt; width%
pane%!4 = main%!4 - width% : REM Visible Area Minimum X
pane%!12 = main%!4 : REM Visible Area Maximum X
WHEN main%!4 > 0
WHEN main%!4 &gt; 0
pane%!4 = 0 : REM Visible Area Minimum X
pane%!12 = width% : REM Visible Area Maximum X
OTHERWISE
Expand Down

0 comments on commit 91a12f9

Please sign in to comment.