summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/dets.erl
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2022-01-26 10:03:02 +0100
committerLukas Larsson <lukas@erlang.org>2022-01-31 10:19:41 +0100
commit80d7c3311f1de969cd881d8694403b4fb3fa097b (patch)
tree52a1c42cfb04910f1728f939da73ca7ea77cf523 /lib/stdlib/src/dets.erl
parenta224d9485959ae26cb04dbce85aebbc9fea15c56 (diff)
downloaderlang-80d7c3311f1de969cd881d8694403b4fb3fa097b.tar.gz
ets: Export table_access and table_type types
Closes #4968
Diffstat (limited to 'lib/stdlib/src/dets.erl')
-rw-r--r--lib/stdlib/src/dets.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/dets.erl b/lib/stdlib/src/dets.erl
index ce5c8b2ae2..a288e66105 100644
--- a/lib/stdlib/src/dets.erl
+++ b/lib/stdlib/src/dets.erl
@@ -149,7 +149,7 @@
proc :: 'undefined' | pid(), % the pid of the Dets process
match_program :: 'true'
| 'undefined'
- | {'match_spec', ets:comp_match_spec()}
+ | {'match_spec', ets:compiled_match_spec()}
}).
-record(open_args, {