瀏覽代碼

pas2js: docs

git-svn-id: trunk@45962 -
Mattias Gaertner 5 年之前
父節點
當前提交
4c99a82dbf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/pas2js/docs/translation.html

+ 1 - 1
utils/pas2js/docs/translation.html

@@ -2300,7 +2300,7 @@ End.
 
     <div class="section">
     <h2 id="dispatch">Dispatch messages</h2>
-    The procedure modifier <b>message</b> and the <b>Dispatch</b> works
+    The procedure modifier <b>message</b> and the <b>Dispatch</b> method works
     similar to FPC/Delphi, as it expects a record of a specific format and
     <b><i>TObject.Dispatch</i></b> calls the corresponding method with that
     message number or string.<br>