diff options
-rw-r--r-- | erlang.html.markdown | 2 | ||||
-rw-r--r-- | php.html.markdown | 4 | ||||
-rw-r--r-- | racket.html.markdown | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/erlang.html.markdown b/erlang.html.markdown index 26028f27..951fdedd 100644 --- a/erlang.html.markdown +++ b/erlang.html.markdown @@ -1,6 +1,6 @@ --- language: erlang -contributor: +contributors: - ["Giovanni Cappellotto", "http://www.focustheweb.com/"] filename: learnerlang.erl --- diff --git a/php.html.markdown b/php.html.markdown index 9627035c..e81b88fd 100644 --- a/php.html.markdown +++ b/php.html.markdown @@ -1,8 +1,8 @@ --- language: php contributors: -- [Malcolm Fell](http://emarref.net/) -- [Trismegiste](https://github.com/Trismegiste) + - ["Malcolm Fell", "http://emarref.net/"] + - ["Trismegiste", "https://github.com/Trismegiste"] filename: learnphp.php --- diff --git a/racket.html.markdown b/racket.html.markdown index 1a02f988..9a86ffad 100644 --- a/racket.html.markdown +++ b/racket.html.markdown @@ -5,7 +5,6 @@ filename: learnracket.rkt contributors: - ["th3rac25", "https://github.com/voila"] - ["Eli Barzilay", "https://github.com/elibarzilay"] - --- Racket is a general purpose, multi-paradigm programming language in the Lisp/Scheme family. @@ -13,7 +12,7 @@ Racket is a general purpose, multi-paradigm programming language in the Lisp/Sch Feedback is appreciated! You can reach me at [@th3rac25](http://twitter.com/th3rac25) or th3rac25 [at] [google's email service] -```racket +```scheme #lang racket ; defines the language we are using ;;; Comments |