diff options
| -rw-r--r-- | fr-fr/livescript-fr.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fr-fr/livescript-fr.html.markdown b/fr-fr/livescript-fr.html.markdown index 5760332d..9c3b8003 100644 --- a/fr-fr/livescript-fr.html.markdown +++ b/fr-fr/livescript-fr.html.markdown @@ -246,7 +246,7 @@ double-minus-one = (- 1) << (* 2)  map = (f, xs) --> xs.map f  [1 2 3] |> map (* 2)            # => [2 4 6] -# La version sans pipe correspont à: +# La version sans pipe correspond à:  ((map (* 2)) [1, 2, 3])  # You pouvez aussi choisir où vous voulez que la valeur soit placée, en   | 
