diff options
author | Geoff Liu <g@geoffliu.me> | 2015-01-18 13:07:55 -0700 |
---|---|---|
committer | Geoff Liu <g@geoffliu.me> | 2015-01-18 13:07:55 -0700 |
commit | d543f672c41dd9cc377bd6b4076ed6db7c91b781 (patch) | |
tree | bd8fc0be2506f2a4666e856dca4bc88b92cb0892 /fr-fr/ruby-fr.html.markdown | |
parent | 31faf1a6a1c35802cf3676ec1a7f54d86411b566 (diff) | |
parent | ec52390c600479fc87ec0a7880f21d48a30172d4 (diff) |
Merge remote-tracking branch 'upstream/master'
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 |