From 55d43217700ba8fc5ebacae89a2809f4331a3a40 Mon Sep 17 00:00:00 2001 From: Joscha Date: Thu, 20 Feb 2025 19:40:29 +0100 Subject: [PATCH] Fix outdated reference in config docs Thanks, JRF! --- cove-config/src/euph.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cove-config/src/euph.rs b/cove-config/src/euph.rs index 5b1f12a..5ed0fb5 100644 --- a/cove-config/src/euph.rs +++ b/cove-config/src/euph.rs @@ -23,9 +23,9 @@ pub struct EuphRoom { /// associated with the current session. pub username: Option, - /// If `euph.rooms..username` is set, this will force cove to set the - /// username even if there is already a different username associated with - /// the current session. + /// If `euph.servers..rooms..username` is set, this will force + /// cove to set the username even if there is already a different username + /// associated with the current session. #[serde(default)] pub force_username: bool,