Explorar o código

Fix typo in FileSystem.isDirectory() docs (#6104)

Gama11 %!s(int64=8) %!d(string=hai) anos
pai
achega
952f8f30de
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/sys/FileSystem.hx

+ 1 - 1
std/sys/FileSystem.hx

@@ -75,7 +75,7 @@ extern class FileSystem {
 	/**
 		Tells if the file or directory specified by `path` is a directory.
 
-		If `path` is not a valid file system entry or if its destination is no
+		If `path` is not a valid file system entry or if its destination is not
 		accessible, an exception is thrown.
 
 		If `path` is null, the result is unspecified.