diff options
Diffstat (limited to 'fr-fr')
| -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 | 
