Pārlūkot izejas kodu

Update isx.xml

Fix some typos
jogo- 7 gadi atpakaļ
vecāks
revīzija
0a70ce20a9
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      ISHelp/isx.xml

+ 2 - 2
ISHelp/isx.xml

@@ -313,8 +313,8 @@ end;
 <p>The following rules apply:</p>
 <p>The following rules apply:</p>
 
 
 <ul>
 <ul>
-<li>All implementations will be always be called in an undefined order except that any main implementation (=the implementation without an event attribute) will be called last.</li>
-<li>Event attributes may only be used for event functions which are a procedure or are a function which return a Boolean. In the latter case all implementations much return True for the event function to be treated as returning True and an implementation returning False does not stop the calls to the other implementations.</li>
+<li>All implementations will always be called in an undefined order except that any main implementation (=the implementation without an event attribute) will be called last.</li>
+<li>Event attributes may only be used for event functions which are a procedure or are a function which return a Boolean. In the latter case all implementations must return True for the event function to be treated as returning True and an implementation returning False does not stop the calls to the other implementations.</li>
 <li>Event attributes may only be used on procedures or functions which do not already have the name of an event function.</li>
 <li>Event attributes may only be used on procedures or functions which do not already have the name of an event function.</li>
 <li>If the event function uses <tt>var</tt> parameters then the value will be passed on from implementation to implementation.</li>
 <li>If the event function uses <tt>var</tt> parameters then the value will be passed on from implementation to implementation.</li>
 <li>To call an implementation with an event attribute yourself from [Code] you should use the normal name of the function, just as if the implementation had no event attribute.</li>
 <li>To call an implementation with an event attribute yourself from [Code] you should use the normal name of the function, just as if the implementation had no event attribute.</li>