chore: typographic improvements (#6262)

This commit is contained in:
Alice Ryhl
2024-01-03 18:01:27 +00:00
committed by GitHub
parent 7c606ab44a
commit c7e7f203ee
5 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -462,7 +462,7 @@ where
/// * `Some((key, Ok(value)))` if one of the tasks in this `JoinMap` has
/// completed. The `value` is the return value of that ask, and `key` is
/// the key associated with the task.
/// * `Some((key, Err(err))` if one of the tasks in this JoinMap` has
/// * `Some((key, Err(err))` if one of the tasks in this `JoinMap` has
/// panicked or been aborted. `key` is the key associated with the task
/// that panicked or was aborted.
/// * `None` if the `JoinMap` is empty.