summaryrefslogtreecommitdiffhomepage
path: root/erlang.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2013-07-29 00:05:28 -0700
committerAdam Bard <github@adambard.com>2013-07-29 00:05:28 -0700
commite0f30cc8d26c8b6d1166c67b885000c610105b6e (patch)
treec5016631868a4efb348194cba5cc7142c4154713 /erlang.html.markdown
parent8f058a229a8f86afce012f2cce7a278195a945ae (diff)
parentdee4a8933e5e4324b5a4bf00a0c86ab31904d088 (diff)
Merge pull request #138 from mhr/patch-1
Spelling error one of the comments in erlang.html.markdown
Diffstat (limited to 'erlang.html.markdown')
-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.