mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-22 23:01:41 +03:00
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:
parent
a7fe2983cc
commit
dee4a8933e
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user