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

Commit a6aca26

Browse files
authored
Merge pull request #580 from Calinou/patch-1
Fix typography and wording in French code example
2 parents 58adf27 + a68d124 commit a6aca26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/fr-FR/example.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Ce code est éditable et exécutable !
1+
// Ce code est modifiable et exécutable !
22
fn main() {
3-
// Une calculatrice simple avec des entiers:
3+
// Une calculatrice simple avec des entiers :
44
// `+` ou `-` signifie ajouter ou soustraire 1
55
// `*` ou `/` signifie multiplier ou diviser par 2
66

0 commit comments

Comments
 (0)