diff options
author | Kenneth Lundin <[email protected]> | 2017-04-06 14:42:52 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-04-06 14:42:52 +0200 |
commit | 7504aef08abb050d5c3d56f77704d21e15a85b62 (patch) | |
tree | 7c0b8a73bec1965654898a8f34d90af605261f52 /lib | |
parent | a1100c46c2ca2121d723edc03cb7885e3014af7c (diff) | |
parent | 2ec99ec473bdf9fcc8f07e6b6e159d9882537517 (diff) | |
download | otp-7504aef08abb050d5c3d56f77704d21e15a85b62.tar.gz otp-7504aef08abb050d5c3d56f77704d21e15a85b62.tar.bz2 otp-7504aef08abb050d5c3d56f77704d21e15a85b62.zip |
Merge pull request #1403 from KennethL/kenneth/common_test/xmllint_fix
remove xmllint warning
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common_test/doc/src/write_test_chapter.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/doc/src/write_test_chapter.xml b/lib/common_test/doc/src/write_test_chapter.xml index 6a0d87bcaf..c230148b29 100644 --- a/lib/common_test/doc/src/write_test_chapter.xml +++ b/lib/common_test/doc/src/write_test_chapter.xml @@ -1036,7 +1036,7 @@ Importance >= (100-VerbosityLevel)</pre> <p>Note that the category argument is not required in order to only specify the importance of a printout. Example:</p> <pre> -<c>ct:pal(?LOW_IMPORTANCE, "Info report: ~p", [Info])</c></pre> +ct:pal(?LOW_IMPORTANCE, "Info report: ~p", [Info])</pre> <p>Or perhaps in combination with constants:</p> <pre> -define(INFO, ?LOW_IMPORTANCE). |