summaryrefslogtreecommitdiff
path: root/lib/common_test/doc/src/run_test_chapter.xml
diff options
context:
space:
mode:
authorJakub Witczak <kuba@erlang.org>2023-04-07 17:59:14 +0200
committerJakub Witczak <kuba@erlang.org>2023-04-28 18:19:02 +0200
commit1d1c80466a32d266b9bb1325b3b0aebe64fbd507 (patch)
treedb805d10ffa0489bde8c32984520897c6e0e48cf /lib/common_test/doc/src/run_test_chapter.xml
parentdae1243845092de920f8c8df650db6610d310577 (diff)
downloaderlang-1d1c80466a32d266b9bb1325b3b0aebe64fbd507.tar.gz
ct: various doc fixes
- fix typo group/0 -> groups/1 - in groups example, wrap result term in a list - add testcase tuple in type specs for all/0 and groups/0 - add list to ct_testcase_repeat_prop() type
Diffstat (limited to 'lib/common_test/doc/src/run_test_chapter.xml')
-rw-r--r--lib/common_test/doc/src/run_test_chapter.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/doc/src/run_test_chapter.xml b/lib/common_test/doc/src/run_test_chapter.xml
index f9416e1bee..ea33b9d8f9 100644
--- a/lib/common_test/doc/src/run_test_chapter.xml
+++ b/lib/common_test/doc/src/run_test_chapter.xml
@@ -763,7 +763,7 @@
finally function <c>end_per_group</c>. Also, if particular
test cases in a group are specified, <c>init_per_group</c>
and <c>end_per_group</c>, for the group in question, are
- called. If a group defined (in <c>Suite:group/0</c>) as
+ called. If a group defined (in <c>Suite:groups/0</c>) as
a subgroup of another group, is specified (or if particular test
cases of a subgroup are), <c>Common Test</c> calls the configuration
functions for the top-level groups and for the subgroup