diff options
author | Tuncer Ayaz <[email protected]> | 2011-04-11 20:15:54 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-04-11 20:17:40 +0200 |
commit | 69f8ad2820735ee41eca387871024966d5c60c23 (patch) | |
tree | d3f4d8acd702b91aa752595610d47793db5f76ba /lib/dialyzer/doc/src/dialyzer.xml | |
parent | 890defc468ebd3e88464643e5a4cb46ef0ff2298 (diff) | |
download | otp-69f8ad2820735ee41eca387871024966d5c60c23.tar.gz otp-69f8ad2820735ee41eca387871024966d5c60c23.tar.bz2 otp-69f8ad2820735ee41eca387871024966d5c60c23.zip |
dialyzer/doc: fix whitespace errors
Diffstat (limited to 'lib/dialyzer/doc/src/dialyzer.xml')
-rw-r--r-- | lib/dialyzer/doc/src/dialyzer.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dialyzer/doc/src/dialyzer.xml b/lib/dialyzer/doc/src/dialyzer.xml index 3a4f605b93..7d8f9273d6 100644 --- a/lib/dialyzer/doc/src/dialyzer.xml +++ b/lib/dialyzer/doc/src/dialyzer.xml @@ -241,7 +241,7 @@ <item>Include warnings about behaviour callbacks which drift from the published recommended interfaces.</item> <tag><c><![CDATA[-Wunderspecs]]></c>***</tag> - <item>Warn about underspecified functions + <item>Warn about underspecified functions (the -spec is strictly more allowing than the success typing).</item> </taglist> <p>The following options are also available but their use is not @@ -249,7 +249,7 @@ debugging)</p> <taglist> <tag><c><![CDATA[-Woverspecs]]></c>***</tag> - <item>Warn about overspecified functions + <item>Warn about overspecified functions (the -spec is strictly less allowing than the success typing).</item> <tag><c><![CDATA[-Wspecdiffs]]></c>***</tag> <item>Warn when the -spec is different than the success typing.</item> |