fixup doc links

This commit is contained in:
Floris Bruynooghe
2023-02-14 13:27:15 +01:00
parent c379a4e5a7
commit d56e05a11a
4 changed files with 6 additions and 5 deletions

View File

@@ -398,7 +398,7 @@ async fn on_blob(
/// Spawns a task proxying progress events.
///
/// This spawns a tokio tasks which receives events from the [`ProgressEmitter`] and sends
/// This spawns a tokio task which receives events from the [`ProgressEmitter`] and sends
/// them to the context. The task finishes when the emitter is dropped.
///
/// This could be done directly in the emitter by making it less generic.