소스 검색

Merge pull request #4537 from dionjwa/spelling_fix

Minor spelling typo fix
Simon Krajewski 10 년 전
부모
커밋
986a4df7d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {