From a0899e09dc5aede325663a3673163c9ce376bf6f Mon Sep 17 00:00:00 2001 From: Tom Benner Date: Sat, 27 Dec 2014 14:56:21 -0500 Subject: Add a comma after "For example" when appropriate --- system/doc/getting_started/seq_prog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/doc/getting_started/seq_prog.xml') diff --git a/system/doc/getting_started/seq_prog.xml b/system/doc/getting_started/seq_prog.xml index 6f35c0cccc..0bd9f83c73 100644 --- a/system/doc/getting_started/seq_prog.xml +++ b/system/doc/getting_started/seq_prog.xml @@ -325,7 +325,7 @@ convert_length({inch, Y}) -> Lists

Whereas tuples group things together, we also want to be able to represent lists of things. Lists in Erlang are surrounded by "[" - and "]". For example a list of the temperatures of various cities + and "]". For example, a list of the temperatures of various cities in the world could be:

[{moscow, {c, -10}}, {cape_town, {f, 70}}, {stockholm, {c, -4}}, -- cgit v1.2.3