diff options
author | Andrew Dryga <[email protected]> | 2017-02-12 19:34:56 +0200 |
---|---|---|
committer | Andrew Dryga <[email protected]> | 2017-02-14 11:31:30 +0200 |
commit | ef0e31ffbd35d9f0fe542a231ee450a5ead2bba5 (patch) | |
tree | b30fb92841ffcc2f190cfce86abb328f9b14a4c2 /lib/dialyzer/RELEASE_NOTES | |
parent | ec7242c7ed2e98f40b3450d04e21d1806a4009f4 (diff) | |
download | otp-ef0e31ffbd35d9f0fe542a231ee450a5ead2bba5.tar.gz otp-ef0e31ffbd35d9f0fe542a231ee450a5ead2bba5.tar.bz2 otp-ef0e31ffbd35d9f0fe542a231ee450a5ead2bba5.zip |
Fixed typos in lib/dialyzer
Diffstat (limited to 'lib/dialyzer/RELEASE_NOTES')
-rw-r--r-- | lib/dialyzer/RELEASE_NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/RELEASE_NOTES b/lib/dialyzer/RELEASE_NOTES index 2457faa07a..299cc8642f 100644 --- a/lib/dialyzer/RELEASE_NOTES +++ b/lib/dialyzer/RELEASE_NOTES @@ -181,7 +181,7 @@ Version 1.8.0 (in Erlang/OTP R12B-2) - Dialyzer has a new warning option -Wunmatched_returns which warns for function calls that ignore the return value. This catches many common programming errors (e.g. calling file:close/1 - and not checking for the absense of errors), interface discrepancies + and not checking for the absence of errors), interface discrepancies (e.g. a function returning multiple values when in reality the function is void and only called for its side-effects), calling the wrong function (e.g. io_lib:format/1 instead of io:format/1), and even possible |