aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/ets.xml
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-04-13 12:26:34 +0000
committerErlang/OTP <[email protected]>2010-04-13 12:26:34 +0000
commit39c2837c4546dd02951f2fded6d17c31b1c7f3e0 (patch)
tree9738730333acefb89b48498a3a4f45541608e529 /lib/stdlib/doc/src/ets.xml
parentddceb09ba9f19da33c2fc45c5230c510221cc96e (diff)
downloadotp-39c2837c4546dd02951f2fded6d17c31b1c7f3e0.tar.gz
otp-39c2837c4546dd02951f2fded6d17c31b1c7f3e0.tar.bz2
otp-39c2837c4546dd02951f2fded6d17c31b1c7f3e0.zip
ets docs: Correct return type for ets:to_dets/2
Diffstat (limited to 'lib/stdlib/doc/src/ets.xml')
-rw-r--r--lib/stdlib/doc/src/ets.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml
index 7b9f0e7772..ee1befc882 100644
--- a/lib/stdlib/doc/src/ets.xml
+++ b/lib/stdlib/doc/src/ets.xml
@@ -4,7 +4,7 @@
<erlref>
<header>
<copyright>
- <year>1996</year><year>2009</year>
+ <year>1996</year><year>2010</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -13,12 +13,12 @@
compliance with the License. You should have received a copy of the
Erlang Public License along with this software. If not, it can be
retrieved online at http://www.erlang.org/.
-
+
Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
the License for the specific language governing rights and limitations
under the License.
-
+
</legalnotice>
<title>ets</title>
@@ -1686,7 +1686,7 @@ true</pre>
</desc>
</func>
<func>
- <name>to_dets(Tab, DetsTab) -> Tab</name>
+ <name>to_dets(Tab, DetsTab) -> DetsTab</name>
<fsummary>Fill a Dets table with objects from an ETS table.</fsummary>
<type>
<v>Tab = tid() | atom()</v>