Skip to content

Commit a0a717f

Browse files
authored
Merge pull request #3315 from slanterns/patch-1
Remove a redundant space
2 parents 98ecb3d + 31819a2 commit a0a717f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2592-futures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ system. The one twist is the use of `Pin`, which makes it possible to keep data
396396
borrowed across separate calls to `poll` (i.e., "borrowing over yield
397397
points"). The mechanics of pinning are explained
398398
in [the RFC that introduced it](https://github.com/rust-lang/rfcs/pull/2349)
399-
and the [blog post about t he latest revisions](https://boats.gitlab.io/blog/post/rethinking-pin/).
399+
and the [blog post about the latest revisions](https://boats.gitlab.io/blog/post/rethinking-pin/).
400400

401401
## Relation to futures 0.1
402402

0 commit comments

Comments
 (0)