Skip to content

Commit 10c644f

Browse files
committed
Doc fix
1 parent acb671d commit 10c644f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/image/math.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ defmodule Image.Math do
889889
890890
* `{maximum, [{x_positions, y_positions}], maybe_overflow)`. If
891891
`maybe_overflow` is set to `:maybe_overflow` its an indication
892-
that the number of coordinates is the same as the requested `:n`.
892+
that the number of coordinates is the same as the requested `n`.
893893
Therefore it is possible - maybe even likely - that there are other
894894
coordinates that have the maximum value but have not been returned.
895895
@@ -907,7 +907,7 @@ defmodule Image.Math do
907907
iex> |> Image.Math.maxpos()
908908
{255, [{2, 2}], nil}
909909
910-
# Since all pixels are :red and we want
910+
# Since all pixels are red and we want
911911
# the coordinates of all the red pixels
912912
# we have an overlow: We retrieve only 3
913913
# maxima and they are all red. Perhaps
@@ -966,7 +966,7 @@ defmodule Image.Math do
966966
967967
* `{minimum, [{x_positions, y_positions}], maybe_overflow)`. If
968968
`maybe_overflow` is set to `:maybe_overflow` its an indication
969-
that the number of coordinates is the same as the requested `:n`.
969+
that the number of coordinates is the same as the requested `n`.
970970
Therefore it is possible - maybe even likely - that there are other
971971
coordinates that have the minimum value but have not been returned.
972972

0 commit comments

Comments
 (0)