Skip to content

Commit

Permalink
Fix doc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Oct 22, 2022
1 parent 36f33b5 commit c38b92a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/image.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1099,12 +1099,12 @@ defmodule Image do
formed by the relation operations such as `Image.Math.greater_than/2`.
* `if_image_or_color` is either an `t:Vimage.t/0` or
a ``t:Image.Color.t/0`. If a color is provided then
a `t:Image.Color.t/0`. If a color is provided then
an image is constructed with the same shape as `condition_image`
filled with the provided color.
* `else_image_or_color` is either an `t:Vimage.t/0` or
a ``t:Image.Color.t/0`. If a color is provided then
a `t:Image.Color.t/0`. If a color is provided then
an image is constructed with the same shape as `condition_image`
filled with the provided color.
Expand Down
2 changes: 1 addition & 1 deletion lib/image/enum/kernel.ex
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ defmodule Image.Kernel do
### Arguments
* `kernel` is any atom or string value
in `Image.Kernel.known_interpretations/0`.
in `Image.Kernel.known_kernel/0`.
### Returns
Expand Down

0 comments on commit c38b92a

Please sign in to comment.