diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/supervisor2.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervisor2.erl b/src/supervisor2.erl index 57c3bfc113..7b9421eb3e 100644 --- a/src/supervisor2.erl +++ b/src/supervisor2.erl @@ -137,7 +137,7 @@ -record(state, {name, strategy :: strategy(), children = [] :: [child_rec()], - dynamics :: ?DICT:?DICT() | ?SET:?SET(), + dynamics :: ?DICT:?DICT() | ?SETS:?SET(), intensity :: non_neg_integer(), period :: pos_integer(), restarts = [], |
