Skip to content

Commit

Permalink
fix evaluate_as_string spec
Browse files Browse the repository at this point in the history
  • Loading branch information
maryamaljanabi committed Dec 11, 2024
1 parent 6e35e4b commit da8b8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/expression.ex
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ defmodule Expression do
end

@spec evaluate_as_string!(
String.t() | nil,
any(),
map(),
module()
) :: String.t()
Expand Down

0 comments on commit da8b8bf

Please sign in to comment.