diff options
author | Peter Andersson <[email protected]> | 2015-06-16 02:17:21 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2015-06-16 02:17:21 +0200 |
commit | d57bf76c50e5193312babc39ea5324e9f549a4b8 (patch) | |
tree | 63f57ab5eace1707b9338144f767df18e54020d7 /lib/common_test/src/ct_event.erl | |
parent | c78d31314a77d4c117b127365780c355aed3f271 (diff) | |
parent | eb764102275040f1561bc4b0f412e2d2ccff7bec (diff) | |
download | otp-d57bf76c50e5193312babc39ea5324e9f549a4b8.tar.gz otp-d57bf76c50e5193312babc39ea5324e9f549a4b8.tar.bz2 otp-d57bf76c50e5193312babc39ea5324e9f549a4b8.zip |
Merge branch 'peppe/common_test/remove_void_in_doc'
* peppe/common_test/remove_void_in_doc:
Remove void() type in documentation
Diffstat (limited to 'lib/common_test/src/ct_event.erl')
-rw-r--r-- | lib/common_test/src/ct_event.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/src/ct_event.erl b/lib/common_test/src/ct_event.erl index c1c1d943b9..729d3fbfac 100644 --- a/lib/common_test/src/ct_event.erl +++ b/lib/common_test/src/ct_event.erl @@ -259,8 +259,8 @@ handle_info(_Info, State) -> {ok, State}. %%-------------------------------------------------------------------- -%% Function: terminate(Reason, State) -> void() -%% Description:Whenever an event handler is deleted from an event manager, +%% 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. %%-------------------------------------------------------------------- |