diff options
author | mhr <mretchin@gmail.com> | 2013-07-28 10:17:54 -0400 |
---|---|---|
committer | mhr <mretchin@gmail.com> | 2013-07-28 10:17:54 -0400 |
commit | dee4a8933e5e4324b5a4bf00a0c86ab31904d088 (patch) | |
tree | 295b9aa5c31bd0b242b2aa495d5b84eabad7694b /erlang.html.markdown | |
parent | a7fe2983ccbe5de97d5f21ee1ee0e2aac1e0be16 (diff) |
Spelling error one of the comments in erlang.html.markdown
% Percent sign starts an one-line comment.
should be:
% Percent sign starts a one-line comment.
Diffstat (limited to 'erlang.html.markdown')
-rw-r--r-- | erlang.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erlang.html.markdown b/erlang.html.markdown index 951fdedd..065219ba 100644 --- a/erlang.html.markdown +++ b/erlang.html.markdown @@ -6,7 +6,7 @@ filename: learnerlang.erl --- ```erlang -% Percent sign starts an one-line comment. +% Percent sign starts a one-line comment. %% Two percent characters shall be used to comment functions. |