diff options
author | Hans Bolinder <[email protected]> | 2016-11-22 10:20:55 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-11-22 10:31:59 +0100 |
commit | a5f88f548c7f1045b5aa9642574167df899c2f3b (patch) | |
tree | f3e0735e40cec62b90eb72492be9274ed5c0177f /lib/dialyzer/doc/src | |
parent | 773948083b57ad59eb90b5668e72175d79acbe1f (diff) | |
download | otp-a5f88f548c7f1045b5aa9642574167df899c2f3b.tar.gz otp-a5f88f548c7f1045b5aa9642574167df899c2f3b.tar.bz2 otp-a5f88f548c7f1045b5aa9642574167df899c2f3b.zip |
dialyzer: Substitute 'opacity' for 'opaqueness'
Suggested by Kostis.
Diffstat (limited to 'lib/dialyzer/doc/src')
-rw-r--r-- | lib/dialyzer/doc/src/dialyzer.xml | 2 | ||||
-rw-r--r-- | lib/dialyzer/doc/src/notes.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/dialyzer/doc/src/dialyzer.xml b/lib/dialyzer/doc/src/dialyzer.xml index 553bfef41b..4b7eb4ad68 100644 --- a/lib/dialyzer/doc/src/dialyzer.xml +++ b/lib/dialyzer/doc/src/dialyzer.xml @@ -346,7 +346,7 @@ dialyzer --plts plt_1 ... plt_n -- files_to_analyze</code> </item> <tag><c>-Wno_opaque</c></tag> <item> - <p>Suppress warnings for violations of opaqueness of data types.</p> + <p>Suppress warnings for violations of opacity of data types.</p> </item> <tag><c>-Wno_return</c></tag> <item> diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index b0f0a9aef0..d86deba48d 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -522,7 +522,7 @@ or modifying opaque types within the scope of a module. </p> <p> Hitherto the shape of terms (tuple, list, etc.) has been used to determine the opaque terms, but now the - contracts are used for decorating types with opaqueness. + contracts are used for decorating types with opacity. </p> <p> Own Id: OTP-10397</p> @@ -1505,7 +1505,7 @@ <list> <item> <p>The analysis accepts opaque type declarations and - detects violations of opaqueness of terms of such types. + detects violations of opacity of terms of such types. Starting with R13, many Erlang/OTP standard libraries (array, dict, digraph, ets, gb_sets, gb_trees, queue, and sets) contain opaque type declarations of their main data |