Skip to content

Commit

Permalink
Fix typo in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FelonEkonom committed Nov 27, 2024
1 parent 97d15cf commit 6314803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/membrane/core/element/diamond_detection_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ defmodule Membrane.Core.Element.DiamondDetectionController do
end

defp get_component_path() do
# adding @component_path_prefix to component path will cause that component path will
# always have more than 64 bytes, so it won't be copied during sending a message
# adding @component_path_prefix to component path causes that component path
# always has more than 64 bytes, so it won't be copied during sending a message
[@component_path_prefix | Membrane.ComponentPath.get()]
|> Enum.join()
end
Expand Down

0 comments on commit 6314803

Please sign in to comment.