From f8b8f00a14083f708afbd78e02a80e1a303ae713 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 17 Sep 2024 11:19:25 -0400 Subject: [PATCH] doc --- src/subscriber/callbacks.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subscriber/callbacks.ml b/src/subscriber/callbacks.ml index 112bf51..46c33ea 100644 --- a/src/subscriber/callbacks.ml +++ b/src/subscriber/callbacks.ml @@ -14,7 +14,7 @@ let on_init (state:st) ~time_ns : unit = … - (* other customize callbacks *) + (* … other custom callbacks … *) end ]} *)