[erlang-bugs] Documentation error? erl_ext_dist.html

DougEdmunds dougedmunds@REDACTED
Tue Apr 8 22:58:56 CEST 2008


In erts-5.6.1/Doc/Html/erl_ext_dist.html
under  8.13 LIST_EXT, it says:

Tail is the final tail of the list; it is LARGE_TUPLE_EXT  for a proper 
list, but may be anything type if the list is improper (for instance [a|b]).

It appears that instead, this should read:

Tail is the final tail of the list; it is NIL_EXT  for a proper list, 
but may be anything type if the list is improper (for instance [a|b]).

--
dae



More information about the erlang-bugs mailing list