From 0edf191658cff2ac0b4e4886738d58e3024a849e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Mon, 15 Apr 2024 09:50:33 +0100 Subject: [PATCH] Update from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Knut Alejandro Anderssen González --- rust/agama-server/src/network/system.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/agama-server/src/network/system.rs b/rust/agama-server/src/network/system.rs index 28de1eed73..e5ec6e4780 100644 --- a/rust/agama-server/src/network/system.rs +++ b/rust/agama-server/src/network/system.rs @@ -51,7 +51,7 @@ pub enum NetworkSystemError { /// .expect("Could not connect to Agama's D-Bus server."); /// let network = NetworkSystem::new(dbus, adapter); /// -/// // Start the networking service and get the channel for communication. +/// // Start the networking service and get the client for communication. /// let client = network.start() /// .await /// .expect("Could not start the networking configuration system.");