From d0463d7899c5519906ddc86f76173e4053b41219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aled=C5=BA?= Date: Mon, 25 Nov 2024 11:04:27 +0100 Subject: [PATCH] Fix some grammar --- lib/decoder.ex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/decoder.ex b/lib/decoder.ex index 7870857..c46e7bc 100644 --- a/lib/decoder.ex +++ b/lib/decoder.ex @@ -94,10 +94,10 @@ defmodule Xav.Decoder do end @doc """ - Flush the decoder. + Flushes the decoder. - Flushing signals end of stream and force the decoder to return - the buffered frames if there's any. + Flushing signals end of stream and forces the decoder to return + the buffered frames if there're any. """ @spec flush(t()) :: {:ok, [Xav.Frame.t()]} | {:error, atom()} def flush(decoder) do