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.
This commit is contained in:
mhr 2013-07-28 10:17:54 -04:00
parent a7fe2983cc
commit dee4a8933e

View File

@ -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.