[Erlangweb-users] Tutorial Error(s)
Brought to you by:
etcerlangweb,
paulgray
|
From: L. S. <lse...@gm...> - 2009-11-24 17:13:35
|
I have managed to get through Tutorial 1, but not without problems. Before I go on to Tutorial 2, I want to report an error in #1. The section for "wtype_item.erl" does not export "format"; it is missing the line "-export([format/1])." which gave me problems until I compared the web and file text with the downloaded project files. Without the export, the project generated a 501 error. |