summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormhr <mretchin@gmail.com>2013-07-28 10:17:54 -0400
committermhr <mretchin@gmail.com>2013-07-28 10:17:54 -0400
commitdee4a8933e5e4324b5a4bf00a0c86ab31904d088 (patch)
tree295b9aa5c31bd0b242b2aa495d5b84eabad7694b
parenta7fe2983ccbe5de97d5f21ee1ee0e2aac1e0be16 (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.
-rw-r--r--erlang.html.markdown2
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.