diff --git a/src/gleam/otp/actor.gleam b/src/gleam/otp/actor.gleam index 3bf4472..08ebd93 100644 --- a/src/gleam/otp/actor.gleam +++ b/src/gleam/otp/actor.gleam @@ -383,10 +383,6 @@ pub type StartResult(msg) = /// An Erlang supervisor compatible process start result. /// -/// If you wish to convert this into a `StartResult` compatible with Gleam -/// supervisors see the `from_erlang_start_result` and `wrap_erlang_starter` -/// functions. -/// pub type ErlangStartResult = Result(Pid, Dynamic)