From c4d12c9a5501c162c6cdb0e0ddf6337191042cf6 Mon Sep 17 00:00:00 2001 From: noarkhh Date: Wed, 6 Mar 2024 11:44:08 +0100 Subject: [PATCH] Apply reviewers suggestion --- lib/membrane/element/action.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/membrane/element/action.ex b/lib/membrane/element/action.ex index 8a9f4752b..0d5db32a9 100644 --- a/lib/membrane/element/action.ex +++ b/lib/membrane/element/action.ex @@ -83,7 +83,7 @@ defmodule Membrane.Element.Action do Demand size can be either a non-negative integer, that overrides existing demand, or a function that is passed current demand, and is to return the new demand. In case only pad - is specified, the demand size defaults to a value of 1. + is specified, the demand size defaults to 1. Allowed only when playback is playing. """