From 027ea5e7e92fa62456a9570d9f00d4b851a06a96 Mon Sep 17 00:00:00 2001 From: Henauxg <19689618+Henauxg@users.noreply.github.com> Date: Sat, 21 Jan 2023 11:08:20 +0100 Subject: [client] Fix minor doc strings --- src/client/connection.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/connection.rs b/src/client/connection.rs index 3deda1f..21d452d 100644 --- a/src/client/connection.rs +++ b/src/client/connection.rs @@ -42,7 +42,7 @@ pub struct ConnectionLostEvent { pub id: ConnectionId, } -/// Configuration of the client, used when connecting to a server +/// Configuration of a client connection, used when connecting to a server #[derive(Debug, Deserialize, Clone)] pub struct ConnectionConfiguration { server_host: String, @@ -52,7 +52,7 @@ pub struct ConnectionConfiguration { } impl ConnectionConfiguration { - /// Creates a new ClientConfigurationData + /// Creates a new ConnectionConfiguration /// /// # Arguments /// -- cgit v1.2.3