Skip to content

Commit f666cd4

Browse files
committed
Fix dialyzer warning
1 parent 12989ba commit f666cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mod_private.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
%%%----------------------------------------------------------------------
2020

2121
-record(private_storage,
22-
{usns = {<<"">>, <<"">>, <<"">>} :: {binary(), binary(), binary() |
22+
{usns = {<<"">>, <<"">>, <<"">>} :: {binary() | '$1' | '_', binary(), binary() |
2323
'$1' | '_'},
2424
xml = #xmlel{} :: xmlel() | '_' | '$1'}).

0 commit comments

Comments
 (0)