aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2015-12-11 12:16:06 +0100
committerHans Bolinder <[email protected]>2015-12-15 08:55:08 +0100
commitf8eb1fa88f93487c15ce0834f373cad790159680 (patch)
tree600bec6d00448684bee9189218e9d46de809d65a /lib/debugger/src
parent5a66cd64bc814b66c88b79a044f1f1512b21df6d (diff)
downloadotp-f8eb1fa88f93487c15ce0834f373cad790159680.tar.gz
otp-f8eb1fa88f93487c15ce0834f373cad790159680.tar.bz2
otp-f8eb1fa88f93487c15ce0834f373cad790159680.zip
debugger: Use '::' for constraints
Diffstat (limited to 'lib/debugger/src')
-rw-r--r--lib/debugger/src/dbg_iload.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugger/src/dbg_iload.erl b/lib/debugger/src/dbg_iload.erl
index 7746a06fcb..369b456524 100644
--- a/lib/debugger/src/dbg_iload.erl
+++ b/lib/debugger/src/dbg_iload.erl
@@ -39,7 +39,7 @@
%% dbg_iserver. We are suspended until the module has been loaded.
%%--------------------------------------------------------------------
-spec load_mod(Mod, file:filename(), binary(), ets:tid()) ->
- {'ok', Mod} when is_subtype(Mod, atom()).
+ {'ok', Mod} when Mod :: atom().
load_mod(Mod, File, Binary, Db) ->
Flag = process_flag(trap_exit, true),