Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lastcanal committed Oct 28, 2024
1 parent b325dda commit e57ac5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/membrane_rtmp_plugin/rtmp_server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defmodule Membrane.RTMPServer do
@type client_behaviour_spec ::
ClientHandler.t()
| {ClientHandler.t(), opts :: any()}
| {CLientHandler.t(), opts :: any(), receiver_pid}
| {ClientHandler.t(), opts :: any(), receiver_pid}

@type server_identifier :: pid() | atom()

Expand Down

0 comments on commit e57ac5d

Please sign in to comment.