diff options
author | Björn Gustavsson <[email protected]> | 2017-01-11 13:24:12 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-01-11 13:24:12 +0100 |
commit | 5056a16cfcfdcdcb1b48e24936f12a70269dcf02 (patch) | |
tree | e6afcf919e57b9eeefc337ae14fa02f2a5fd54f6 /lib/kernel/doc | |
parent | 68728bb7fb82331c1aa7aeee71a971de842eff0e (diff) | |
download | otp-5056a16cfcfdcdcb1b48e24936f12a70269dcf02.tar.gz otp-5056a16cfcfdcdcb1b48e24936f12a70269dcf02.tar.bz2 otp-5056a16cfcfdcdcb1b48e24936f12a70269dcf02.zip |
code.xml: Remove superfluous reference to R12B
Diffstat (limited to 'lib/kernel/doc')
-rw-r--r-- | lib/kernel/doc/src/code.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/code.xml b/lib/kernel/doc/src/code.xml index f881fd76fd..878a450f0f 100644 --- a/lib/kernel/doc/src/code.xml +++ b/lib/kernel/doc/src/code.xml @@ -258,7 +258,7 @@ zip:create("mnesia-4.4.7.ez", both strings and atoms, but a future release will probably only allow the arguments that are documented.</p> - <p>As from Erlang/OTP R12B, functions in this module generally fail with an + <p>Functions in this module generally fail with an exception if they are passed an incorrect type (for example, an integer or a tuple where an atom is expected). An error tuple is returned if the argument type is correct, but there are some other errors (for example, a non-existing directory |