From acc6a4d8e95ea80bd0051a9c300fbe9f168365ea Mon Sep 17 00:00:00 2001 From: Arnaud Rocher Date: Wed, 24 Jul 2024 10:46:39 +0200 Subject: [PATCH] Fix typo in `Networks::new_with_refreshed_list()` documentation --- src/common/network.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/network.rs b/src/common/network.rs index d46d4bfcc..150502640 100644 --- a/src/common/network.rs +++ b/src/common/network.rs @@ -55,8 +55,8 @@ impl Networks { } } - /// Creates a new [`Networks`][crate::Networks] type with the disk list - /// loaded. It is a combination of [`Networks::new`] and + /// Creates a new [`Networks`][crate::Networks] type with the network interfaces + /// list loaded. It is a combination of [`Networks::new`] and /// [`Networks::refresh_list`]. /// /// ```no_run