[standard-ml/en-en] Add missing comma

This commit is contained in:
David Pedersen 2013-12-05 11:47:48 +01:00
parent e76f7cd452
commit ed82f1d868

View File

@ -328,7 +328,7 @@ val test_poem = readPoem "roses.txt" (* gives [ "Roses are red,",
* Install an interactive compiler (REPL), for example * Install an interactive compiler (REPL), for example
[Poly/ML](http://www.polyml.org/), [Poly/ML](http://www.polyml.org/),
[Moscow ML](http://mosml.org) [Moscow ML](http://mosml.org),
[SML/NJ](http://smlnj.org/). [SML/NJ](http://smlnj.org/).
* Follow the Coursera course [Programming Languages](https://www.coursera.org/course/proglang). * Follow the Coursera course [Programming Languages](https://www.coursera.org/course/proglang).
* Get the book *ML for the Working Programmer* by Larry C. Paulson. * Get the book *ML for the Working Programmer* by Larry C. Paulson.