diff options
author | Tom Benner <[email protected]> | 2014-12-27 14:56:21 -0500 |
---|---|---|
committer | Tom Benner <[email protected]> | 2014-12-28 14:39:13 -0500 |
commit | a0899e09dc5aede325663a3673163c9ce376bf6f (patch) | |
tree | f811cc840bc14dd958bcc21b1813bb2a928a088d /system/doc/getting_started/conc_prog.xml | |
parent | b397ab65ea094859cab2d31d6444101bc7238b9a (diff) | |
download | otp-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/conc_prog.xml')
-rw-r--r-- | system/doc/getting_started/conc_prog.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/getting_started/conc_prog.xml b/system/doc/getting_started/conc_prog.xml index 580ba79403..0b7111f183 100644 --- a/system/doc/getting_started/conc_prog.xml +++ b/system/doc/getting_started/conc_prog.xml @@ -364,7 +364,7 @@ pong ! {ping, self()},</code> <c>.erlang.cookie</c> in the directory you get to after executing the command <c>cd</c> without any argument). The <c>.erlang.cookie</c> file should contain one line with - the same atom. For example on Linux or Unix in the OS shell:</p> + the same atom. For example, on Linux or Unix in the OS shell:</p> <pre> $ <input>cd</input> $ <input>cat > .erlang.cookie</input> |