events: Fix missing space in docs

This commit is contained in:
Jonas Platte 2021-10-01 14:26:17 +02:00
parent de2b415020
commit 6b575ca0a2
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -356,7 +356,7 @@ fn generate_event_type_aliases(
EventKindVariation::Stripped => " from an invited room preview",
EventKindVariation::Redacted => " that has been redacted",
EventKindVariation::RedactedSync => {
"from a `sync_events` response that has been redacted"
" from a `sync_events` response that has been redacted"
}
EventKindVariation::Initial => unreachable!(),
};