diff options
author | David Pedersen <david.pdrsn@gmail.com> | 2013-12-05 11:47:48 +0100 |
---|---|---|
committer | David Pedersen <david.pdrsn@gmail.com> | 2013-12-05 11:47:48 +0100 |
commit | ed82f1d8682ce6e5360177c216dc3c4eb7a148d0 (patch) | |
tree | 23758ac870233b6b55b36a76db0cbdbae40a971f /standard-ml.html.markdown | |
parent | e76f7cd4525e135599719af7379b29ce625ccb6f (diff) |
[standard-ml/en-en] Add missing comma
Diffstat (limited to 'standard-ml.html.markdown')
-rw-r--r-- | standard-ml.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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. |