Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tlux authored Jul 12, 2024
1 parent 9b14737 commit 84aee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tint.ex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defmodule Tint do
@type colorspace :: atom | module

@doc """
Gets the converted module for the given colorspace atom or module.
Gets the converter module for the given colorspace atom or module.
"""
@doc since: "1.0.0"
@spec converter_for(colorspace) :: {:ok, module} | :error
Expand Down

0 comments on commit 84aee78

Please sign in to comment.