From 39c2837c4546dd02951f2fded6d17c31b1c7f3e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Tue, 13 Apr 2010 12:26:34 +0000 Subject: ets docs: Correct return type for ets:to_dets/2 --- lib/stdlib/doc/src/ets.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') 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 @@
- 19962009 + 19962010 Ericsson AB. All Rights Reserved. @@ -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. - + ets @@ -1686,7 +1686,7 @@ true - to_dets(Tab, DetsTab) -> Tab + to_dets(Tab, DetsTab) -> DetsTab Fill a Dets table with objects from an ETS table. Tab = tid() | atom() -- cgit v1.2.3