diff options
author | Morgan <morgan.bohn@unistra.fr> | 2015-07-08 13:43:17 +0200 |
---|---|---|
committer | Morgan <morgan.bohn@unistra.fr> | 2015-07-08 13:43:17 +0200 |
commit | f63aa01211010b865bf663fa7a6b5128b49e2282 (patch) | |
tree | bd27f491366603907414e1b36d07fcd0b19c29c9 | |
parent | 71cdcb34436925d59258144404080b6c83f74bc4 (diff) |
[livescript/fr] corrections
-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 |