Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit c447062

Browse files
authored
Typo
A space is needed before the exclamation mark in French (see [wikipedia](https://en.wikipedia.org/wiki/Exclamation_mark#French)).
1 parent 0c885a5 commit c447062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/example.rs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<span class='kw'>match</span> num {
99
0 => <span class='prelude-val'>println!</span>(<span class='string'>"This code is editable and runnable!"</span>),
1010
1 => <span class='prelude-val'>println!</span>(<span class='string'>"Este código es editable y ejecutable!"</span>),
11-
2 => <span class='prelude-val'>println!</span>(<span class='string'>"Ce code est modifiable et exécutable!"</span>),
11+
2 => <span class='prelude-val'>println!</span>(<span class='string'>"Ce code est modifiable et exécutable !"</span>),
1212
3 => <span class='prelude-val'>println!</span>(<span class='string'>"このコードは編集して実行出来ます!"</span>),
1313
4 => <span class='prelude-val'>println!</span>(<span class='string'>"这段代码是可以编辑并且能够运行的!"</span>),
1414
_ => {},

0 commit comments

Comments
 (0)