Browse Source

Minor spelling typo fix

Dion Amago 10 năm trước cách đây
mục cha
commit
1a4501f8d3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      std/haxe/io/Path.hx

+ 1 - 1
std/haxe/io/Path.hx

@@ -26,7 +26,7 @@ package haxe.io;
 	common path formats:
 
 	- directory1/directory2/filename.extension
-	- directory1\directory2\filename.excention
+	- directory1\directory2\filename.extension
 **/
 class Path {