Skip to content

Commit 05cc67c

Browse files
wa_blame: better spec
Summary: - as title Differential Revision: D107344055 fbshipit-source-id: 4a19a2b0706d54d4d45975ed494d57105179b47e
1 parent afb3b43 commit 05cc67c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wa_blame.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ error_info(Reason, [{M, F, Args, _Meta} | _] = StackTrace) ->
383383
{error, no_error_info}
384384
end.
385385

386-
-spec match_expression(tree()) -> tuple().
386+
-spec match_expression(tree()) -> {match, erl_anno:anno(), dynamic(), dynamic()}.
387387
match_expression(Pattern) ->
388388
Anno = erl_anno:new(0),
389389
{match, Anno, Pattern, {var, Anno, '$VAR$'}}.

0 commit comments

Comments
 (0)