[erlang-bugs] tutorial bug
Shannon -jj Behrens
jjinux@REDACTED
Sun Sep 17 20:20:48 CEST 2006
I've found a simple bug in the tutorial:
http://www.erlang.org/doc/doc-5.5.1/doc/getting_started/conc_prog.html
It says:
which is received by the client which in turn does
exit(normal) and terminates. If keysearch returns
{value,From,Name} we know that the user is logged on and is
his name (peter) is in variable Name. We now call:
I think"{value,From,Name}" should be "{value {From, Name}}".
Happy Hacking!
-jj
More information about the erlang-bugs
mailing list