Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jan 18, 2024
1 parent c1f6bc5 commit 2eb310e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/image/yuv.ex
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ defmodule Image.YUV do
* `encoding` is one of `:C444`, `:C422` or
`:C420`.
* `colorspace is one of `:bt601` (the default) or
* `colorspace` is one of `:bt601` (the default) or
`:bt709`.
### Returns
Expand Down Expand Up @@ -151,7 +151,7 @@ defmodule Image.YUV do
* `encoding` is one of `:C444`, `:C422` or
`:C420`.
* `colorspace is one of `:bt601` (the default) or
* `colorspace` is one of `:bt601` (the default) or
`:bt709`.
### Returns
Expand Down Expand Up @@ -186,7 +186,7 @@ defmodule Image.YUV do
* `encoding` is one of `:C444`, `:C422` or
`:C420`.
* `colorspace is one of `:bt601` (the default) or
* `colorspace` is one of `:bt601` (the default) or
`:bt709`.
### Returns
Expand Down Expand Up @@ -217,7 +217,7 @@ defmodule Image.YUV do
* `encoding` is one of `:C444`, `:C422` or
`:C420`.
* `colorspace is one of `:bt601` (the default) or
* `colorspace` is one of `:bt601` (the default) or
`:bt709`.
### Returns
Expand Down Expand Up @@ -248,7 +248,7 @@ defmodule Image.YUV do
colorspace such as that returned from `Image.YUV.new_from_file/5`
or `Image.YUV.new_from_binary/5`.
* `colorspace is one of `:bt601` (the default) or
* `colorspace` is one of `:bt601` (the default) or
`:bt709` that represents the colorspace of `image` before
conversion.
Expand Down Expand Up @@ -284,7 +284,7 @@ defmodule Image.YUV do
* `encoding` is one of `:C444`, `:C422` or
`:C420` representing how `yuv` is encoded.
* `colorspace is one of `:bt601` (the default) or
* `colorspace` is one of `:bt601` (the default) or
`:bt709` that represents the colorspace of `image` before
conversion.
Expand Down Expand Up @@ -344,7 +344,7 @@ defmodule Image.YUV do
* `encoding` is one of `:C444`, `:C422` or
`:C420`.
* `colorspace is one of `:bt601` (the default) or
* `colorspace` is one of `:bt601` (the default) or
`:bt709`.
### Returns
Expand Down

0 comments on commit 2eb310e

Please sign in to comment.