summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Nilsson <hans@erlang.org>2019-11-29 12:32:43 +0100
committerGitHub <noreply@github.com>2019-11-29 12:32:43 +0100
commit0823478a112fcfc0b25b9bafaa91cedaedad2512 (patch)
tree98ee6b09c482c9385eecc0bee63013de89918394
parent868d629060e8077157b9685c3a2a1d2a33f9cc3e (diff)
downloaderlang-HansN/common_test/rephrase_ct_prop_test_doc.tar.gz
Clearify in ct_property_test documentationHansN/common_test/rephrase_ct_prop_test_doc
-rw-r--r--lib/common_test/doc/src/ct_property_test.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/common_test/doc/src/ct_property_test.xml b/lib/common_test/doc/src/ct_property_test.xml
index 1e01d9a5d7..335d7da166 100644
--- a/lib/common_test/doc/src/ct_property_test.xml
+++ b/lib/common_test/doc/src/ct_property_test.xml
@@ -99,14 +99,13 @@
<func>
<name since="OTP 17.3">quickcheck(Property, Config) -&gt; true | {fail, Reason}</name>
- <fsummary>Calls quickcheck and returns the result in a form suitable for
+ <fsummary>Calls the selected property testing tool and returns the result in a form suitable for
Common Test.</fsummary>
<desc><marker id="quickcheck-2"/>
- <p>Calls quickcheck and returns the result in a form suitable for
+ <p>Calls the selected property testing tool and returns the result in a form suitable for
<c>Common Test</c>.</p>
- <p>This function is intended to be called in the test cases in the
- test suite.</p>
+ <p>This function is intended to be called from test cases in test suites.</p>
</desc>
</func>
</funcs>