From f1b78d53d7d0009fdef8f0e220bc0c421288c514 Mon Sep 17 00:00:00 2001 From: hozan23 Date: Thu, 23 Nov 2023 00:08:16 +0300 Subject: general clean ups for the docs --- core/src/async_utils/select.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/async_utils/select.rs') 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 { -- cgit v1.2.3