Skip to content

Commit 1924170

Browse files
committed
Lib: fix lwt_log_js
1 parent 26fc206 commit 1924170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lwt/log/lwt_log_js.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include module type of Lwt_log_core
2929

3030
(** {2 Predefined logger} *)
3131

32-
val console : Lwt_log.logger
32+
val console : Lwt_log_core.logger
3333
(** Logger that use the javascript console object. *)
3434

3535

0 commit comments

Comments
 (0)