diff options
author | Fla <flaburgan@geexxx.fr> | 2015-01-12 14:10:41 +0100 |
---|---|---|
committer | Fla <flaburgan@geexxx.fr> | 2015-01-12 14:10:41 +0100 |
commit | 22d0cb02a8e08532555edde1f5ccf9a34a2b6a77 (patch) | |
tree | c18eda4c560853abcbd6aa989cf95796d1674e8d /fr-fr/ruby-fr.html.markdown | |
parent | 6fffdc56c0f1285e1fb949868807bfcc48787e33 (diff) |
Typo
Diffstat (limited to 'fr-fr/ruby-fr.html.markdown')
-rw-r--r-- | fr-fr/ruby-fr.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fr-fr/ruby-fr.html.markdown b/fr-fr/ruby-fr.html.markdown index 75c8d0d3..1564d2b6 100644 --- a/fr-fr/ruby-fr.html.markdown +++ b/fr-fr/ruby-fr.html.markdown @@ -268,7 +268,7 @@ end # implicitement la valeur de la dernière instruction évaluée double(2) #=> 4 -# Les paranthèses sont facultative +# Les parenthèses sont facultatives # lorsqu'il n'y a pas d'ambiguïté sur le résultat double 3 #=> 6 |