Skip to content

Commit

Permalink
Merge pull request #188 from qilab/fix/typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
benpence committed Mar 31, 2017
2 parents 4202783 + efafbb6 commit c94bc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/finagle.textile
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ This hypothetical example combines sequential and concurrent composition. Note t

h3. Composition Examples: Web Crawlers

You've seen how to to use combinators with Futures, but might appreciate more examples. Suppose you have a simple model of the internet. It has HTML pages and images. Pages can link to images and link to other pages. You can fetch a page or an image, but the API is asynchronous. This fake API calls these "fetchable" things Resources:
You've seen how to use combinators with Futures, but might appreciate more examples. Suppose you have a simple model of the internet. It has HTML pages and images. Pages can link to images and link to other pages. You can fetch a page or an image, but the API is asynchronous. This fake API calls these "fetchable" things Resources:

<pre>
import com.twitter.util.{Try,Future,Promise}
Expand Down

0 comments on commit c94bc5e

Please sign in to comment.