Skip to content

Commit

Permalink
Fix pipeline's call function spec (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qizot authored Feb 20, 2023
1 parent 70208dc commit 18c8f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/membrane/pipeline.ex
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ defmodule Membrane.Pipeline do
end
end

@spec call(pid, any, timeout()) :: :ok
@spec call(pid, any, timeout()) :: term()
def call(pipeline, message, timeout \\ 5000) do
GenServer.call(pipeline, message, timeout)
end
Expand Down

0 comments on commit 18c8f62

Please sign in to comment.