Skip to content

Commit ebfac45

Browse files
committed
Fix typo
1 parent c8c7502 commit ebfac45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib/Time.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type IExports =
88
abstract altzone : int
99
abstract ctime : unit -> string
1010
abstract ctime : float -> string
11-
abstract dayligth : int
11+
abstract daylight : int
1212
abstract monotonic : unit -> float
1313
abstract perf_counter : unit -> float
1414
abstract process_time : unit -> float

0 commit comments

Comments
 (0)