From 5d33f3d0e2ae60e0abcbb67a6ac0d1da1d92dd1c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Fri, 9 Apr 2021 13:25:23 +0200 Subject: Fix typo in ETS doc --- lib/stdlib/doc/src/ets.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]]> the match specification the object is not considered a match and is therefore not counted.

This function can be described as a - match_delete/2 + select_delete/2 function that does not delete any elements, but only counts them.

The function returns the number of objects matched.

-- cgit v1.2.1