diff --git a/lib/image.ex b/lib/image.ex index 0055b17..653e08c 100644 --- a/lib/image.ex +++ b/lib/image.ex @@ -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. diff --git a/lib/image/enum/kernel.ex b/lib/image/enum/kernel.ex index 099bd2e..53e0dfe 100644 --- a/lib/image/enum/kernel.ex +++ b/lib/image/enum/kernel.ex @@ -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