<div dir="ltr"><div><div>Ted was referring to the pdf version of Getting Started, at<br><a href="http://www.erlang.org/download/getting_started-5.4.pdf">http://www.erlang.org/download/getting_started-5.4.pdf</a><br><br></div>That timestamp on that file is 2004, though, so is out of date with relation to the current HTML guide:<br><a href="http://www.erlang.org/doc/getting_started/intro.html">http://www.erlang.org/doc/getting_started/intro.html</a><br><br></div>I submitted a PR for a number of the issues that do appear in the current docs.<br><br>Derek<br><br><div><div><div><div><br>>Date: Tue, 3 Feb 2015 20:15:55 +0100<br>>From: Tuncer Ayaz <<a href="mailto:tuncer.ayaz@gmail.com">tuncer.ayaz@gmail.com</a>><br>>To: Ted Kaehler <<a href="mailto:ted@cdglabs.org">ted@cdglabs.org</a>><br>>Cc: Derek Brown <<a href="mailto:derekbrown121@gmail.com">derekbrown121@gmail.com</a>>, <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>>Subject: Re: [erlang-questions] Typos in 'getting_started-5.4'<br>>Message-ID:<br>>        <<a href="mailto:CAOvwQ4jJLvb3gf6SSCXHCfraEwuhaBX%2BRqq69tDoqOAGR3GMKA@mail.gmail.com">CAOvwQ4jJLvb3gf6SSCXHCfraEwuhaBX+Rqq69tDoqOAGR3GMKA@mail.gmail.com</a>><br>>Content-Type: text/plain; charset=UTF-8<br>><br>>On Tue, Feb 3, 2015 at 4:53 AM, Ted Kaehler wrote:<br>>> Folks,<br>>>         Thank you for your detailed and easy-to-read document,<br>>> 'getting_started-5.4'.  Here are some corrections.  Just search for the<br>>> quotation to find it in the document.<br>>><br>>> Erlang does not have a string date type<br>>>        date should be data<br>><br>>>From what I can tell, dating back to the R13B03 git sources, this does<br>>already say "data type".<br>><br>>> The .erlang.cookie file should contain on line with the same atom.<br>>>         on should be one<br>><br>>Fixed by Derek Brown in 069fe154 (Nov 20th 2014).<br>><br>>> This example will just show the message passing logic no attempt at all has<br>>> been made<br>>>         something left out after logic?  Start a new sentence?<br>><br>>In the same commit (069fe154) Derek wrapped this in - ... -, though it<br>>seems to be messing a space before the starting '-'.<br>><br>>@Derek, want to fix that?<br>><br>>> Logs off anybody at at node<br>>>         at should be that<br>><br>>This typo still exists and can be found in three files inside<br>>system/doc/getting_started:<br>>conc_prog.xml:574:%%%     Logs off anybody at at node<br>>records_macros.xml:100:%%%     Logs off anybody at at node<br>>robustness.xml:292:%%%     Logs off anybody at at node<br>><br>>> Note the use of the spawn_link BIF.<br>>>        (spawn_link is not actually called in that example.)<br>>><br>>> processes mesage queue.<br>>>       mesage should be message<br>><br>>Couldn't find this, but there's a comment typo:<br>>erts/emulator/hipe/hipe_bif1.c:162: *   size of the mesage[...]<br>><br>>> I really appreciate the fact that this document is freely available on the<br>>> web!  Thanks for all the hard work.<br>><br>>Thanks for the report, Ted.<br>><br>>For typos like this, if you have a Github account, it's easy to make<br>>the corrections directly in your browser and submit a pull request. If<br>>you know where to find the sources, that is, and for that it's best to<br>>have a local clone of otp.git.<br>><br>>Otherwise, someone from the community or the OTP team has to notice<br>>and remember to submit a patch.<br>><br>>In either case, it's great you took the time to report!<br><br></div></div></div></div></div>