Skip to content

Commit

Permalink
Update from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Knut Alejandro Anderssen González <[email protected]>
  • Loading branch information
imobachgs and teclator authored Apr 15, 2024
1 parent fe95106 commit 0edf191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/agama-server/src/network/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
Expand Down

0 comments on commit 0edf191

Please sign in to comment.