aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eunit/doc
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2011-08-30 11:23:29 +0200
committerHenrik Nord <[email protected]>2011-08-30 11:23:38 +0200
commit25543b7f0be1b87351d616143b5d149b1aed1cea (patch)
treed7438518433b32bf4c604a51a33fd5c9ede0cee8 /lib/eunit/doc
parent7879629d693df9d34e75d297d171eba0cc5dae5c (diff)
parente70a2fd034793729e10fdba707e7248270116768 (diff)
downloadotp-25543b7f0be1b87351d616143b5d149b1aed1cea.tar.gz
otp-25543b7f0be1b87351d616143b5d149b1aed1cea.tar.bz2
otp-25543b7f0be1b87351d616143b5d149b1aed1cea.zip
Merge branch 'rc/eunit-2.2.0' into dev
* rc/eunit-2.2.0: Updated to EUnit version 2.2.0 OTP-9505
Diffstat (limited to 'lib/eunit/doc')
-rw-r--r--lib/eunit/doc/overview.edoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eunit/doc/overview.edoc b/lib/eunit/doc/overview.edoc
index be05a13fba..2583f0be25 100644
--- a/lib/eunit/doc/overview.edoc
+++ b/lib/eunit/doc/overview.edoc
@@ -913,7 +913,7 @@ To make the descriptions simpler, we first list some definitions:
<td>`CleanupX'</td><td>`(X::any(), R::any()) -> any()'</td>
</tr>
<tr>
-<td>`Instantiator'</td><td>`((R::any()) -> Tests | {with, [AbstractTestFun::((any()) -> any())]}'</td>
+<td>`Instantiator'</td><td>`((R::any()) -> Tests) | {with, [AbstractTestFun::((any()) -> any())]}'</td>
</tr>
<tr>
<td>`Where'</td><td>`local | spawn | {spawn, Node::atom()}'</td>