From 27461a400fc85180ebaa69c02003b3d387f8d120 Mon Sep 17 00:00:00 2001 From: Tom Benner Date: Sat, 27 Dec 2014 14:44:49 -0500 Subject: Add an apostrophe to contractions of "let us" --- system/doc/getting_started/seq_prog.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system') diff --git a/system/doc/getting_started/seq_prog.xml b/system/doc/getting_started/seq_prog.xml index be43e8d896..2260229560 100644 --- a/system/doc/getting_started/seq_prog.xml +++ b/system/doc/getting_started/seq_prog.xml @@ -115,7 +115,7 @@ double(X) -> entered and there will also be error messages to give you some idea as to what has gone wrong so you can change what you have written and try again.

-

Now lets run the program.

+

Now let's run the program.

 4> tut:double(10).
 20
@@ -846,7 +846,7 @@ reverse([], [3,2,1]) => write a list manipulating function it is a good idea to check that one isn't already written for you. (see lists(3)).

-

Now lets get back to the cities and temperatures, but take a more +

Now let's get back to the cities and temperatures, but take a more structured approach this time. First let's convert the whole list to Celsius as follows and test the function:

@@ -1268,7 +1268,7 @@ map(Fun, []) -> #Fun<erl_eval.5.123085357> 89> lists:map(Add_3, [1,2,3]). [4,5,6] -

Now lets print out the temperatures in a list of cities (yet +

Now let's print out the temperatures in a list of cities (yet again):

 90> Print_City = fun({City, {X, Temp}}) -> io:format("~-15w ~w ~w~n",
-- 
cgit v1.2.3