diff options
Diffstat (limited to 'erlang.html.markdown')
| -rw-r--r-- | erlang.html.markdown | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/erlang.html.markdown b/erlang.html.markdown index 6ceb3172..66370a7d 100644 --- a/erlang.html.markdown +++ b/erlang.html.markdown @@ -5,7 +5,7 @@ author_url: http://www.focustheweb.com/  filename: learnerlang.erl  --- -```erlang +```latex  % Percent sign start a one-line comment.  %% Two percent characters shall be used to comment functions. @@ -236,4 +236,4 @@ catcher(N) -> catch generate_exception(N).  * "Programming Erlang: Software for a Concurrent World" by Joe Armstrong  * [Erlang - Programming Rules and Conventions](http://www.erlang.se/doc/programming_rules.shtml) -* [Erlang/OTP Documentation](http://www.erlang.org/doc/)
\ No newline at end of file +* [Erlang/OTP Documentation](http://www.erlang.org/doc/) | 
