Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Aug 17, 2023
1 parent 862603f commit 9da5b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beacon/config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ defmodule Beacon.Config do
{identifier :: atom(),
fun ::
(template :: String.t(), Beacon.Template.LoadMetadata.t() ->
{:cont, Beacon.Template.t()} | {:halt, Beacon.Template.t()} | {:halt, Exception.t()})}
{:cont, String.t() | Beacon.Template.t()} | {:halt, String.t() | Beacon.Template.t()} | {:halt, Exception.t()})}
]}
]}
| {:render_template,
Expand Down

0 comments on commit 9da5b3b

Please sign in to comment.