diff options
author | hozan23 <hozan23@proton.me> | 2023-11-23 00:08:16 +0300 |
---|---|---|
committer | hozan23 <hozan23@proton.me> | 2023-11-23 00:08:16 +0300 |
commit | f1b78d53d7d0009fdef8f0e220bc0c421288c514 (patch) | |
tree | 4e00a6ef8228a25debcaadf8b1e3b5ca4517eeae /core/src/async_utils | |
parent | 52616ee63d77e1847f502c0ac92bead6eaa12ab3 (diff) |
general clean ups for the docs
Diffstat (limited to 'core/src/async_utils')
-rw-r--r-- | core/src/async_utils/select.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/async_utils/select.rs b/core/src/async_utils/select.rs index d61b355..9fe3c77 100644 --- a/core/src/async_utils/select.rs +++ b/core/src/async_utils/select.rs @@ -42,7 +42,7 @@ pin_project! { } } -/// The return value from the `select` function, indicating which future +/// The return value from the [`select`] function, indicating which future /// completed first. #[derive(Debug)] pub enum Either<T1, T2> { |