Skip to content

Commit b21ad61

Browse files
committed
fix: minor typo in chapter 17 documentation
1 parent 45f0536 commit b21ad61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nostarch/chapter17.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2737,7 +2737,7 @@ knows when to check any given future while still being lazy. Again, the details
27372737
of how that works are beyond the scope of this chapter, and you generally only
27382738
need to think about this when writing a custom `Future` implementation. We’ll
27392739
focus instead on the type for `self`, as this is the first time we’ve seen a
2740-
method where `self` has a type annotation. A type annotation for `self` is works
2740+
method where `self` has a type annotation. A type annotation for `self` works
27412741
like type annotations for other function parameters, but with two key
27422742
differences:
27432743

0 commit comments

Comments
 (0)