summaryrefslogtreecommitdiff
path: root/lib/common_test/doc/src/cover_chapter.xml
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2020-03-18 16:04:42 +0100
committerLukas Larsson <lukas@erlang.org>2020-03-27 11:02:23 +0100
commit51235f2da7f107099e67cc9b0193ff5564b9702d (patch)
treeff34c896147456a9e28b5b7f90bcc6b2ddcd20f0 /lib/common_test/doc/src/cover_chapter.xml
parent77619c8e12894d41485dbd86ff4ae868053c8626 (diff)
downloaderlang-51235f2da7f107099e67cc9b0193ff5564b9702d.tar.gz
otp: Fix see link types to be correct
Diffstat (limited to 'lib/common_test/doc/src/cover_chapter.xml')
-rw-r--r--lib/common_test/doc/src/cover_chapter.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/doc/src/cover_chapter.xml b/lib/common_test/doc/src/cover_chapter.xml
index 0d56d4824c..12db7226c4 100644
--- a/lib/common_test/doc/src/cover_chapter.xml
+++ b/lib/common_test/doc/src/cover_chapter.xml
@@ -85,7 +85,7 @@
<p>To activate the code coverage support, specify the name of the cover
specification file as you start <c>Common Test</c>.
Do this by using flag <c>-cover</c> with
- <seeerl marker="ct_run"><c>ct_run</c></seeerl>,
+ <seecom marker="ct_run"><c>ct_run</c></seecom>,
for example:</p>
<pre>
$ ct_run -dir $TESTOBJS/db -cover $TESTOBJS/db/config/db.coverspec</pre>