We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2474303 commit 6fccf34Copy full SHA for 6fccf34
lib/eex/lib/eex.ex
@@ -291,7 +291,7 @@ defmodule EEx do
291
"foo baz"
292
293
"""
294
- @spec eval_string(String.t(), keyword, [compile_opt]) :: String.t()
+ @spec eval_string(String.t(), keyword, [compile_opt]) :: term()
295
def eval_string(source, bindings \\ [], options \\ [])
296
when is_binary(source) and is_list(bindings) and is_list(options) do
297
compiled = compile_string(source, options)
0 commit comments