Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4b998f60 authored by POTTIER Francois's avatar POTTIER Francois
Browse files

Fix a comment.

parent 23229964
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ type clock = { ...@@ -24,7 +24,7 @@ type clock = {
mutable now: float; mutable now: float;
(* The number of ticks that have taken place. *) (* The number of ticks that have taken place. *)
mutable ticks: int; mutable ticks: int;
(* The last time [tick] was called for this clock. *) (* The last time a user function [f] was called via [tick clock f]. *)
mutable last: float; mutable last: float;
(* A circular array of the times at which the most recent round ticks (* A circular array of the times at which the most recent round ticks
took place. *) took place. *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment