aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2012-08-21 16:11:42 +0200
committerPeter Andersson <[email protected]>2012-08-21 16:11:42 +0200
commitc41fbd49054693d61f9f78ef92da176aeea3bf83 (patch)
tree1cfe014fe9f7194e5e32bb65c537a36a91c51390 /lib/common_test/src/ct.erl
parent2a3fc026842241b0a1e1b2b1f691bd212499ffe0 (diff)
downloadotp-c41fbd49054693d61f9f78ef92da176aeea3bf83.tar.gz
otp-c41fbd49054693d61f9f78ef92da176aeea3bf83.tar.bz2
otp-c41fbd49054693d61f9f78ef92da176aeea3bf83.zip
Fix error in documentation
Diffstat (limited to 'lib/common_test/src/ct.erl')
-rw-r--r--lib/common_test/src/ct.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct.erl b/lib/common_test/src/ct.erl
index 4054b441ee..fe99222927 100644
--- a/lib/common_test/src/ct.erl
+++ b/lib/common_test/src/ct.erl
@@ -846,7 +846,7 @@ userdata(TestDir, Suite, Case) when is_atom(Case) ->
%%% {failed,Failed} | {skipped,Skipped} | {total,Total}
%%% TestCaseInfo = {Suite,TestCase} | [{Suite,TestCase}]
%%% Suite = atom()
-%%% TestCase = atom() |
+%%% TestCase = atom()
%%% Successful = integer()
%%% Failed = integer()
%%% Skipped = {UserSkipped,AutoSkipped}