Skip to content

Commit

Permalink
Ch. 17: get rid of some extra italics
Browse files Browse the repository at this point in the history
These made more sense when this section was all about big ideas and the
runtimes; now it’s needless since we actually spent the section building
something non-trivial.
  • Loading branch information
chriskrycho committed Oct 7, 2024
1 parent 8aee93d commit f45980a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nostarch/chapter17.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ You have built a small working web scraper now! Pick a couple URLs and run the
command line tool. You may discover that some sites are reliably faster than
others, while in other cases which site “wins” varies from run to run. More
importantly, you’ve learned the basics of working with futures, so we can now
dig into even more of the things we can *do* with async.
dig into even more of the things we can do with async.

## Concurrency With Async

Expand Down
2 changes: 1 addition & 1 deletion src/ch17-01-futures-and-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ You have built a small working web scraper now! Pick a couple URLs and run the
command line tool. You may discover that some sites are reliably faster than
others, while in other cases which site “wins” varies from run to run. More
importantly, you’ve learned the basics of working with futures, so we can now
dig into even more of the things we can *do* with async.
dig into even more of the things we can do with async.

[impl-trait]: ch10-02-traits.html#traits-as-parameters
[iterators-lazy]: ch13-02-iterators.html
Expand Down

0 comments on commit f45980a

Please sign in to comment.