소스 검색

[docs] clarify

closes #11346
Simon Krajewski 1 년 전
부모
커밋
b6e55bf266
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      std/Date.hx

+ 2 - 0
std/Date.hx

@@ -178,6 +178,8 @@ extern class Date {
 
 		The first two formats expressed a date in local time. The third is a time
 		relative to the UTC epoch.
+
+		If `s` does not match these formats, the result is unspecified.
 	**/
 	static function fromString(s:String):Date;
 }