Skip to content

Commit

Permalink
Fix incorrect doc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jul 14, 2024
1 parent 866248d commit 26b3cdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/image.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10073,7 +10073,7 @@ defmodule Image do
@doc """
Joins a list of bands into a single image.
This can be considered the inverse of
This can be considered the inverse operation of
`Image.split_bands/1`.
### Arguments
Expand Down Expand Up @@ -10101,8 +10101,8 @@ defmodule Image do
Joins a list of bands into a single image or
raises an exception.
This can be considered the inverse of
`Image.split_bands!/1`.
This can be considered the inverse operation of
`Image.split_bands/1`.
### Arguments
Expand Down

0 comments on commit 26b3cdf

Please sign in to comment.