diff options
author | Björn Gustavsson <[email protected]> | 2017-01-11 14:16:52 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-01-11 14:16:52 +0100 |
commit | 4a39593dd5922e546646000d9d5ee24a08baae8a (patch) | |
tree | c9ee1fb0bf1ac44713678a1271bba9c2faa3b4d8 | |
parent | b69086df7487e74879de6b6f027df6507ec4fc86 (diff) | |
download | otp-4a39593dd5922e546646000d9d5ee24a08baae8a.tar.gz otp-4a39593dd5922e546646000d9d5ee24a08baae8a.tar.bz2 otp-4a39593dd5922e546646000d9d5ee24a08baae8a.zip |
ets: Remove superfluous reference to R11B
-rw-r--r-- | lib/stdlib/doc/src/ets.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml index 5f5d2b7f36..05401a2d40 100644 --- a/lib/stdlib/doc/src/ets.xml +++ b/lib/stdlib/doc/src/ets.xml @@ -541,10 +541,6 @@ Error: fun containing local Erlang function calls <c><anno>Tab</anno></c> is not of the correct type, or if <c><anno>Item</anno></c> is not one of the allowed values, a <c>badarg</c> exception is raised.</p> - <warning> - <p>In Erlang/OTP R11B and earlier, this function would not fail but - return <c>undefined</c> for invalid values for <c>Item</c>.</p> - </warning> <p>In addition to the <c>{<anno>Item</anno>,<anno>Value</anno>}</c> pairs defined for <seealso marker="#info/1"><c>info/1</c></seealso>, the following items are allowed:</p> |