Skip to content

Commit

Permalink
Update the type description of option()
Browse files Browse the repository at this point in the history
  • Loading branch information
tigercl committed May 5, 2019
1 parent 46c1a78 commit 3509b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emqx_sys_mon.erl
Expand Up @@ -33,7 +33,7 @@
, code_change/3
]).

-type(option() :: {long_gc, false | pos_integer()}
-type(option() :: {long_gc, pos_integer()}
| {long_schedule, false | pos_integer()}
| {large_heap, pos_integer()}
| {busy_port, boolean()}
Expand Down

0 comments on commit 3509b6a

Please sign in to comment.