ok cargo doc

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-11-15 17:50:39 -05:00
parent be5a04f47c
commit 4b652f5236
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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: "<https://matrix.example.com>"
pub client: Option<Url>,
pub support_page: Option<Url>,
pub support_role: Option<ContactRole>,