Remove extra comma

This commit is contained in:
garro95 2020-02-02 15:07:56 +01:00 committed by Taylor Cramer
parent c0fb5c741f
commit 11848ad16d
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ understanding the runtime and performance properties of `async`/`await` code,
and building new asynchronous primitives. If you decide to skip this section
now, you may want to bookmark it to revisit in the future.
Now, with that out of the, way, let's talk about the `Future` trait.
Now, with that out of the way, let's talk about the `Future` trait.