[erlang-bugs] ets:init_table/2 documentation bug

Paul Mineiro paul-trapexit@REDACTED
Mon Jun 9 04:46:27 CEST 2008


i found a similar problem in the ets documentation.

"If the type of the table is set and there is more than one object with a
given key, one of the objects is chosen. This is not necessarily the last
object with the given key in the sequence of objects returned by the input
functions. This holds also for duplicated objects stored in tables of type
duplicate_bag."

i believe that should end with "... stored in tables of type bag" ...
otherwise, why should any records be dropped in a table of type
duplicate_bag ?

-- p



More information about the erlang-bugs mailing list