summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSverker Eriksson <sverker@erlang.org>2021-04-09 13:25:23 +0200
committerGitHub <noreply@github.com>2021-04-09 13:25:23 +0200
commit5d33f3d0e2ae60e0abcbb67a6ac0d1da1d92dd1c (patch)
tree6f2e4cecd2372af6c48e750aa67924031d749d7a
parent0979a82ba72e91a308dfe373ae0140b5796a1d5a (diff)
downloaderlang-sverker-ets-doc-1.tar.gz
Fix typo in ETS docsverker-ets-doc-1
-rw-r--r--lib/stdlib/doc/src/ets.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml
index 4f43ae28d0..f66257337b 100644
--- a/lib/stdlib/doc/src/ets.xml
+++ b/lib/stdlib/doc/src/ets.xml
@@ -1681,7 +1681,7 @@ is_integer(X), is_integer(Y), X + Y < 4711]]></code>
the match specification the object is not considered a match and is
therefore not counted.</p>
<p>This function can be described as a
- <seemfa marker="#match_delete/2"><c>match_delete/2</c></seemfa>
+ <seemfa marker="#select_delete/2"><c>select_delete/2</c></seemfa>
function that does not delete any elements, but only counts them.</p>
<p>The function returns the number of objects matched.</p>
</desc>