Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik authored and lpil committed Oct 31, 2023
1 parent d54623d commit 08f637f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gleam/otp/actor.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 08f637f

Please sign in to comment.