浏览代码

Merge pull request #283 from jogo-/patch-9

Update isx.xml
Martijn Laan 7 年之前
父节点
当前提交
b154d4bdba
共有 1 个文件被更改,包括 2 次插入2 次删除
  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>