Skip to content

Commit

Permalink
chore: dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Sep 23, 2024
1 parent 08953fd commit 051620a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/igniter/project/task_aliases.ex
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ defmodule Igniter.Project.TaskAliases do
@spec modify_existing_alias(
Igniter.t(),
atom() | String.t(),
(Zippter.t() ->
{:ok, Zippter.t()} | :error)
(Sourceror.Zipper.t() ->
{:ok, Sourceror.Zipper.t()} | :error)
) :: Igniter.t()
def modify_existing_alias(igniter, name, updater) do
igniter
Expand Down

0 comments on commit 051620a

Please sign in to comment.