diff options
author | Bikram Chatterjee <[email protected]> | 2018-03-22 10:30:08 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-03-22 10:30:08 +0100 |
commit | bd132c4c5e9d0f03458a45e7b519b7957f9e8f77 (patch) | |
tree | af1320de66f2561e770281e400a5bd8383f9d524 /lib | |
parent | c5ee502e6031986983d3596745cad7fd547fd9c2 (diff) | |
download | otp-bd132c4c5e9d0f03458a45e7b519b7957f9e8f77.tar.gz otp-bd132c4c5e9d0f03458a45e7b519b7957f9e8f77.tar.bz2 otp-bd132c4c5e9d0f03458a45e7b519b7957f9e8f77.zip |
Documentation Typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/runtime_tools/doc/src/dbg.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/runtime_tools/doc/src/dbg.xml b/lib/runtime_tools/doc/src/dbg.xml index 95f74d4607..276a41c415 100644 --- a/lib/runtime_tools/doc/src/dbg.xml +++ b/lib/runtime_tools/doc/src/dbg.xml @@ -815,7 +815,7 @@ Error: fun containing local erlang function calls ('is_atomm' called in guard)\ <v>HandlerSpec = {HandlerFun, InitialData}</v> <v>HandlerFun = fun() (two arguments)</v> <v>ModuleSpec = fun() (no arguments) | {TracerModule, TracerState}</v> - <v>ModuleModule = atom()</v> + <v>TracerModule = atom()</v> <v>InitialData = TracerState = term()</v> </type> <desc> |