Selaa lähdekoodia

FileSystem.readDirectory(): fix plural in the docs

Gama11 11 vuotta sitten
vanhempi
commit
7e51e260dc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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.