aboutsummaryrefslogtreecommitdiffstats
path: root/lib/et/doc
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-05-02 11:09:24 +0200
committerFredrik Gustafsson <[email protected]>2013-05-02 11:09:24 +0200
commitf7c5df146f027d0dbcbcc0e41f39343b74cedfd2 (patch)
treeb1fc855d5767b32ae50c5a592bb5993d4c63f0e6 /lib/et/doc
parentcd14a151051567cc19dfa3677799612366060801 (diff)
parent3ac04f901ecfb3fed128759964ccc54fa4ee7b2a (diff)
downloadotp-f7c5df146f027d0dbcbcc0e41f39343b74cedfd2.tar.gz
otp-f7c5df146f027d0dbcbcc0e41f39343b74cedfd2.tar.bz2
otp-f7c5df146f027d0dbcbcc0e41f39343b74cedfd2.zip
Merge branch 'nox/lists-filtermap/OTP-11078' into maint
* nox/lists-filtermap/OTP-11078: Rename and document lists:zf/2 as lists:filtermap/2
Diffstat (limited to 'lib/et/doc')
-rw-r--r--lib/et/doc/src/et_desc.xmlsrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/et/doc/src/et_desc.xmlsrc b/lib/et/doc/src/et_desc.xmlsrc
index c02517ae01..36274f6316 100644
--- a/lib/et/doc/src/et_desc.xmlsrc
+++ b/lib/et/doc/src/et_desc.xmlsrc
@@ -150,7 +150,7 @@
NewEvent = #event{}]]></code>
<p>The interface of the filter function is the same as the the
- filter functions for the good old <c>lists:zf/2</c>. If the filter
+ filter functions for the good old <c>lists:filtermap/2</c>. If the filter
returns <c>false</c> it means that the trace data should silently
be dropped. <c>true</c> means that the trace data data already is
an <c>Event Record</c> and that it should be kept as it is.