1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-15 03:06:16 +02:00

Merge pull request #138 from mhr/patch-1

Spelling error one of the comments in erlang.html.markdown
This commit is contained in:
Adam Bard
2013-07-29 00:05:28 -07:00

View File

@@ -6,7 +6,7 @@ filename: learnerlang.erl
--- ---
```erlang ```erlang
% Percent sign starts an one-line comment. % Percent sign starts a one-line comment.
%% Two percent characters shall be used to comment functions. %% Two percent characters shall be used to comment functions.