Skip to content

Commit

Permalink
Add missing "a" to sentence.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-fryatt committed Jun 18, 2022
1 parent 6e83491 commit 247d958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapters/ch05-does-order-matter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<section>
<title>An optimisation?</title>

<p>If we go back to look at the code in <reference id="dl-col-head-2"/> again, we can see that when an <name>Open_Window_Request</name> event arrives for the main window, it is treated as special case by <function>PROCopen_window_request()</function>.</p>
<p>If we go back to look at the code in <reference id="dl-col-head-2"/> again, we can see that when an <name>Open_Window_Request</name> event arrives for the main window, it is treated as a special case by <function>PROCopen_window_request()</function>.</p>

<code lang="bbcbasic">DEF PROCopen_window_request(b%)
IF !b% = MainWindow% THEN
Expand Down

0 comments on commit 247d958

Please sign in to comment.