events: Fix missing space in docs
This commit is contained in:
parent
de2b415020
commit
6b575ca0a2
@ -356,7 +356,7 @@ fn generate_event_type_aliases(
|
|||||||
EventKindVariation::Stripped => " from an invited room preview",
|
EventKindVariation::Stripped => " from an invited room preview",
|
||||||
EventKindVariation::Redacted => " that has been redacted",
|
EventKindVariation::Redacted => " that has been redacted",
|
||||||
EventKindVariation::RedactedSync => {
|
EventKindVariation::RedactedSync => {
|
||||||
"from a `sync_events` response that has been redacted"
|
" from a `sync_events` response that has been redacted"
|
||||||
}
|
}
|
||||||
EventKindVariation::Initial => unreachable!(),
|
EventKindVariation::Initial => unreachable!(),
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user