Skip to content

Commit

Permalink
chore: update src/runtime/libuv.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Himmel <[email protected]>
  • Loading branch information
algebraic-dev and TwoFX authored Dec 3, 2024
1 parent 7b60b9d commit ecd2314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/libuv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ extern "C" LEAN_EXPORT lean_obj_res lean_uv_timer_next(b_obj_arg timer, obj_arg
}
}

/* Std.Internal.UV.Timer.reset (timer : Timer) : IO Unit */
/* Std.Internal.UV.Timer.reset (timer : @& Timer) : IO Unit */
extern "C" LEAN_EXPORT lean_obj_res lean_uv_timer_reset(b_obj_arg timer, obj_arg /* w */ ) {
lean_uv_timer_object* obj = lean_to_uv_timer(timer);

Expand Down

0 comments on commit ecd2314

Please sign in to comment.