Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d7e3915

Browse files
committedJan 29, 2014
fixed 'mapping' typo
1 parent 6fdc2c5 commit d7e3915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎overviews/core/_posts/2012-09-20-futures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,8 @@ more straightforward composition. One of the basic combinators
379379
is `map`, which, given a future and a mapping function for the value of
380380
the future, produces a new future that is completed with the
381381
mapped value once the original future is successfully completed.
382-
You can reason about `map`ping futures in the same way you reason
383-
about `map`ping collections.
382+
You can reason about mapping futures in the same way you reason
383+
about mapping collections.
384384

385385
Let's rewrite the previous example using the `map` combinator:
386386

0 commit comments

Comments
 (0)
Please sign in to comment.