Skip to content

Commit eb55c5a

Browse files
committed
Merge pull request #294 from nhajratw/patch-1
fixed 'mapping' typo
2 parents 6fdc2c5 + d7e3915 commit eb55c5a

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)