Skip to content

Commit

Permalink
Fix behaviour typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Noarkhh committed Aug 22, 2024
1 parent c5453e3 commit 8468f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/membrane_rtsp/server/handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ defmodule Membrane.RTSP.Server.Handler do

defmacro __using__(_options) do
quote do
@behavior unquote(__MODULE__)
@behaviour unquote(__MODULE__)

@impl true
def init(config), do: config
Expand Down

0 comments on commit 8468f24

Please sign in to comment.