Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Satisfy dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
am-kantox committed Apr 27, 2023
1 parent 4060980 commit b3fd887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/siblings.ex
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defmodule Siblings do
| {:workers, [worker() | {module(), keyword()}]}
| {:callbacks, [function()]}
| {:throttler, keyword()}
| {:die_with_children, boolean() | (-> :ok) | {(-> :ok), non_neg_integer()}}
| {:die_with_children, boolean() | (() -> :ok) | {(() -> :ok), non_neg_integer()}}
]

@doc """
Expand Down

0 comments on commit b3fd887

Please sign in to comment.