diff options
Diffstat (limited to 'src/pubsub_get_pending.erl')
-rw-r--r-- | src/pubsub_get_pending.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubsub_get_pending.erl b/src/pubsub_get_pending.erl index 1a7de6a2d..c1f2ba3ad 100644 --- a/src/pubsub_get_pending.erl +++ b/src/pubsub_get_pending.erl @@ -12,7 +12,7 @@ -include("pubsub_get_pending.hrl"). --export_type([{property, 0}, {result, 0}, {form, 0}]). +-export_type([property/0, result/0, form/0]). format_error({form_type_mismatch, Type}) -> <<"FORM_TYPE doesn't match '", Type/binary, "'">>; |