diff options
author | Adam <adam@adambard.com> | 2013-07-01 08:53:12 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-07-01 08:53:12 -0700 |
commit | 4642a4884c077477a2946e724fbfc2d483edc569 (patch) | |
tree | 543bf4baceec725b9884270061cc04ebfe126c9a /erlang.html.markdown | |
parent | e7146195f418cc17592fbc85d726452308c6c120 (diff) |
Updates
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/) |