diff options
author | Fredrik Gustafsson <[email protected]> | 2013-05-02 11:28:40 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-05-02 11:28:40 +0200 |
commit | 7fd1f9be22e8b5fea2c8363770f7dba1a14f81d4 (patch) | |
tree | 5ff85694e83d9c428b40a3526f795ff97171cb79 /lib/et | |
parent | 49edd0102919a1dcf673cb34634fb89fa55f505a (diff) | |
parent | f717cdd28f4a0382db18239622a4a0ba30b29336 (diff) | |
download | otp-7fd1f9be22e8b5fea2c8363770f7dba1a14f81d4.tar.gz otp-7fd1f9be22e8b5fea2c8363770f7dba1a14f81d4.tar.bz2 otp-7fd1f9be22e8b5fea2c8363770f7dba1a14f81d4.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/et')
-rw-r--r-- | lib/et/doc/src/et_desc.xmlsrc | 2 |
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 e4bfed2062..a4240db2ba 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. |