Skip to content

Commit

Permalink
[livescript/fr] corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
dotmobo committed Jul 8, 2015
1 parent 71cdcb3 commit f63aa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fr-fr/livescript-fr.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f63aa01

Please sign in to comment.