aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_run.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2015-06-16 02:17:21 +0200
committerPeter Andersson <[email protected]>2015-06-16 02:17:21 +0200
commitd57bf76c50e5193312babc39ea5324e9f549a4b8 (patch)
tree63f57ab5eace1707b9338144f767df18e54020d7 /lib/common_test/src/ct_run.erl
parentc78d31314a77d4c117b127365780c355aed3f271 (diff)
parenteb764102275040f1561bc4b0f412e2d2ccff7bec (diff)
downloadotp-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_run.erl')
-rw-r--r--lib/common_test/src/ct_run.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_run.erl b/lib/common_test/src/ct_run.erl
index 0df74fdff2..e9f685c685 100644
--- a/lib/common_test/src/ct_run.erl
+++ b/lib/common_test/src/ct_run.erl
@@ -83,7 +83,7 @@
starter}).
%%%-----------------------------------------------------------------
-%%% @spec script_start() -> void()
+%%% @spec script_start() -> term()
%%%
%%% @doc Start tests via the ct_run program or script.
%%%