We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fdc2c5 + d7e3915 commit eb55c5aCopy full SHA for eb55c5a
overviews/core/_posts/2012-09-20-futures.md
@@ -379,8 +379,8 @@ more straightforward composition. One of the basic combinators
379
is `map`, which, given a future and a mapping function for the value of
380
the future, produces a new future that is completed with the
381
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.
+You can reason about mapping futures in the same way you reason
+about mapping collections.
384
385
Let's rewrite the previous example using the `map` combinator:
386
0 commit comments