소스 검색

Merge pull request #2743 from Gama11/patch-1

FileSystem.readDirectory(): fix plural in the docs
Dan Korostelev 11 년 전
부모
커밋
10d93a6453
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      std/sys/FileSystem.hx

+ 1 - 1
std/sys/FileSystem.hx

@@ -103,7 +103,7 @@ extern class FileSystem {
 	static function deleteDirectory( path : String ) : Void;
 
 	/**
-		Returns the names of all files and directory in the directory specified
+		Returns the names of all files and directories in the directory specified
 		by `path`.
 
 		If `path` does not denote a valid directory, an exception is thrown.