소스 검색

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

Gama11 8 년 전
부모
커밋
952f8f30de
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.