Skip to content

Commit

Permalink
Merge pull request commanded#503 from qdentity/fix-typespec
Browse files Browse the repository at this point in the history
Fix typespec typo in Commanded.Application
  • Loading branch information
slashdotdash authored Sep 5, 2022
2 parents a9ecb22 + ebc8d69 commit b9b90bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ defmodule Commanded.Application do
config
end

@spec child_spec(opts :: Commanded.options()) :: Supervisor.child_spec()
@spec child_spec(opts :: Commanded.Application.options()) :: Supervisor.child_spec()
def child_spec(opts) do
%{
id: name(opts),
Expand Down

0 comments on commit b9b90bf

Please sign in to comment.