aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/getting_started/seq_prog.xml
diff options
context:
space:
mode:
authorTom Benner <[email protected]>2014-12-27 14:56:21 -0500
committerTom Benner <[email protected]>2014-12-28 14:39:13 -0500
commita0899e09dc5aede325663a3673163c9ce376bf6f (patch)
treef811cc840bc14dd958bcc21b1813bb2a928a088d /system/doc/getting_started/seq_prog.xml
parentb397ab65ea094859cab2d31d6444101bc7238b9a (diff)
downloadotp-a0899e09dc5aede325663a3673163c9ce376bf6f.tar.gz
otp-a0899e09dc5aede325663a3673163c9ce376bf6f.tar.bz2
otp-a0899e09dc5aede325663a3673163c9ce376bf6f.zip
Add a comma after "For example" when appropriate
Diffstat (limited to 'system/doc/getting_started/seq_prog.xml')
-rw-r--r--system/doc/getting_started/seq_prog.xml2
1 files changed, 1 insertions, 1 deletions
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}) ->
<title>Lists</title>
<p>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:</p>
<code type="none">
[{moscow, {c, -10}}, {cape_town, {f, 70}}, {stockholm, {c, -4}},