From 4b652f5236f3482316fc8dfc522f705c3b85b586 Mon Sep 17 00:00:00 2001 From: strawberry Date: Fri, 15 Nov 2024 17:50:39 -0500 Subject: [PATCH] ok cargo doc Signed-off-by: strawberry --- src/core/config/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/config/mod.rs b/src/core/config/mod.rs index 4bba14554..cb9d087bb 100644 --- a/src/core/config/mod.rs +++ b/src/core/config/mod.rs @@ -1524,7 +1524,7 @@ pub struct WellKnownConfig { /// The server URL that the client well-known file will serve. This should /// not contain a port, and should just be a valid HTTPS URL. /// - /// example: "https://matrix.example.com" + /// example: "" pub client: Option, pub support_page: Option, pub support_role: Option,