浏览代码

Fix docs typo (#7357)

Ronsor 7 年之前
父节点
当前提交
02681800a3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/haxe/EntryPoint.hx

+ 1 - 1
std/haxe/EntryPoint.hx

@@ -37,7 +37,7 @@ private class Thread {
 #end
 
 /**
-	If haxe.MainLoop is kept from DCE, then we will insert an haxe.EntryPoint.run() call just at then end of main().
+	If haxe.MainLoop is kept from DCE, then we will insert an haxe.EntryPoint.run() call just at the end of main().
 	This class can be redefined by custom frameworks so they can handle their own main loop logic.
 **/
 class EntryPoint {