summaryrefslogtreecommitdiff
path: root/lib/common_test/doc/src/write_test_chapter.xml
diff options
context:
space:
mode:
authorJakub Witczak <u3s@users.noreply.github.com>2023-05-05 15:50:33 +0200
committerGitHub <noreply@github.com>2023-05-05 15:50:33 +0200
commitf4df4fa8616a18fdae4194923df2d17efaa77ca5 (patch)
treedd739c83a0e4fc9d7139c24bca85083586489418 /lib/common_test/doc/src/write_test_chapter.xml
parent2fedd1f0586ca9ddf3e76fd6fa0160c08c7e2aa8 (diff)
parent1d1c80466a32d266b9bb1325b3b0aebe64fbd507 (diff)
downloaderlang-f4df4fa8616a18fdae4194923df2d17efaa77ca5.tar.gz
Merge pull request #7189 from u3s/kuba/ct/doc_fix/GH-6951
ct: various doc fixes
Diffstat (limited to 'lib/common_test/doc/src/write_test_chapter.xml')
-rw-r--r--lib/common_test/doc/src/write_test_chapter.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/common_test/doc/src/write_test_chapter.xml b/lib/common_test/doc/src/write_test_chapter.xml
index 8f7c7e8177..99571bbdae 100644
--- a/lib/common_test/doc/src/write_test_chapter.xml
+++ b/lib/common_test/doc/src/write_test_chapter.xml
@@ -515,14 +515,14 @@
<c>{group,GroupName,Properties,SubGroups}</c>
Where, <c>SubGroups</c> is a list of tuples, <c>{GroupName,Properties}</c> or
<c>{GroupName,Properties,SubGroups}</c> representing the subgroups.
- Any subgroups defined in <c>group/0</c> for a group, that are not specified
+ Any subgroups defined in <c>groups/0</c> for a group, that are not specified
in the <c>SubGroups</c> list, executes with their predefined
properties.</p>
<p><em>Example:</em></p>
<pre>
- groups() -> {tests1, [], [{tests2, [], [t2a,t2b]},
- {tests3, [], [t31,t3b]}]}.</pre>
+ groups() -> [{tests1, [], [{tests2, [], [t2a,t2b]},
+ {tests3, [], [t31,t3b]}]}].</pre>
<p>To execute group <c>tests1</c> twice with different properties for <c>tests2</c>
each time:</p>
<pre>