Skip to content

Commit

Permalink
Fix some grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed Nov 25, 2024
1 parent 99facb8 commit d0463d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/decoder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0463d7

Please sign in to comment.