From ed82f1d8682ce6e5360177c216dc3c4eb7a148d0 Mon Sep 17 00:00:00 2001
From: David Pedersen <david.pdrsn@gmail.com>
Date: Thu, 5 Dec 2013 11:47:48 +0100
Subject: [standard-ml/en-en] Add missing comma

---
 standard-ml.html.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standard-ml.html.markdown b/standard-ml.html.markdown
index f7526bb8..730ef445 100644
--- a/standard-ml.html.markdown
+++ b/standard-ml.html.markdown
@@ -328,7 +328,7 @@ val test_poem = readPoem "roses.txt"  (* gives [ "Roses are red,",
 
 * Install an interactive compiler (REPL), for example
   [Poly/ML](http://www.polyml.org/),
-  [Moscow ML](http://mosml.org)
+  [Moscow ML](http://mosml.org),
   [SML/NJ](http://smlnj.org/).
 * Follow the Coursera course [Programming Languages](https://www.coursera.org/course/proglang).
 * Get the book *ML for the Working Programmer* by Larry C. Paulson.
-- 
cgit v1.2.3