Skip to content

Commit f45980a

Browse files
committed
Ch. 17: get rid of some extra italics
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.
1 parent 8aee93d commit f45980a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nostarch/chapter17.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ You have built a small working web scraper now! Pick a couple URLs and run the
567567
command line tool. You may discover that some sites are reliably faster than
568568
others, while in other cases which site “wins” varies from run to run. More
569569
importantly, you’ve learned the basics of working with futures, so we can now
570-
dig into even more of the things we can *do* with async.
570+
dig into even more of the things we can do with async.
571571

572572
## Concurrency With Async
573573

src/ch17-01-futures-and-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ You have built a small working web scraper now! Pick a couple URLs and run the
369369
command line tool. You may discover that some sites are reliably faster than
370370
others, while in other cases which site “wins” varies from run to run. More
371371
importantly, you’ve learned the basics of working with futures, so we can now
372-
dig into even more of the things we can *do* with async.
372+
dig into even more of the things we can do with async.
373373

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

0 commit comments

Comments
 (0)