[erlang-bugs] documentation typo in gb_trees:next

Matthias Lang matthias@REDACTED
Wed Jan 9 14:12:34 CET 2008


This page:

  http://erlang.org/doc/man/gb_trees.html

documents gb_trees:next like this:

  next(Iter1) -> {Key, Val, Iter2

it should probably read

  next(Iter1) -> {Key, Val, Iter2} | none

Matthias



More information about the erlang-bugs mailing list