diff options
author | Peter Andersson <[email protected]> | 2015-06-16 02:04:13 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2015-06-16 02:04:13 +0200 |
commit | eb764102275040f1561bc4b0f412e2d2ccff7bec (patch) | |
tree | 63f57ab5eace1707b9338144f767df18e54020d7 /lib/common_test/src/ct_master_event.erl | |
parent | c78d31314a77d4c117b127365780c355aed3f271 (diff) | |
download | otp-eb764102275040f1561bc4b0f412e2d2ccff7bec.tar.gz otp-eb764102275040f1561bc4b0f412e2d2ccff7bec.tar.bz2 otp-eb764102275040f1561bc4b0f412e2d2ccff7bec.zip |
Remove void() type in documentation
Diffstat (limited to 'lib/common_test/src/ct_master_event.erl')
-rw-r--r-- | lib/common_test/src/ct_master_event.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_master_event.erl b/lib/common_test/src/ct_master_event.erl index fd97ab16f7..d127b98afe 100644 --- a/lib/common_test/src/ct_master_event.erl +++ b/lib/common_test/src/ct_master_event.erl @@ -168,7 +168,7 @@ handle_info(_Info,State) -> {ok,State}. %%-------------------------------------------------------------------- -%% Function: terminate(Reason, State) -> void() +%% Function: terminate(Reason, State) -> ok %% Description:Whenever an event handler is deleted from an event manager, %% this function is called. It should be the opposite of Module:init/1 and %% do any necessary cleaning up. |