docs: Fix warning during docs build
This commit is contained in:
parent
d3ee7c4d74
commit
99b89c8267
@ -15,7 +15,7 @@ ruma_api! {
|
||||
request: {
|
||||
/// The URLs the user is accepting in this request.
|
||||
///
|
||||
/// An example is "https://example.org/somewhere/terms-2.0-en.html".
|
||||
/// An example is `https://example.org/somewhere/terms-2.0-en.html`.
|
||||
pub user_accepts: Vec<String>,
|
||||
}
|
||||
|
||||
|
@ -67,7 +67,7 @@ pub struct LocalizedPolicy {
|
||||
|
||||
/// The URL at wich the policy is available.
|
||||
///
|
||||
/// Examples are "https://example.org/somewhere/terms-2.0-en.html"
|
||||
/// and "https://example.org/somewhere/terms-2.0-fr.html".
|
||||
/// Examples are `https://example.org/somewhere/terms-2.0-en.html`
|
||||
/// and `https://example.org/somewhere/terms-2.0-fr.html`.
|
||||
pub url: String,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user