mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-10 20:48:35 -04:00
typo
This commit is contained in:
parent
55a5d1ed88
commit
31aadebfd6
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ type t = {
|
||||||
}
|
}
|
||||||
|
|
||||||
let create ~proba_accept () : t =
|
let create ~proba_accept () : t =
|
||||||
(* FIXME: either czzry a random state and protect it, or make sure
|
(* FIXME: either create a random state and protect it, or make sure
|
||||||
we Random.self_init() in the current domain?? *)
|
we Random.self_init() in the current domain?? *)
|
||||||
if proba_accept < 0. || proba_accept > 1. then
|
if proba_accept < 0. || proba_accept > 1. then
|
||||||
invalid_arg "sampler: proba_accept must be in [0., 1.]";
|
invalid_arg "sampler: proba_accept must be in [0., 1.]";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue