diff --git a/ruma-client-api/src/r0/filter.rs b/ruma-client-api/src/r0/filter.rs index 378e91ef..1f30acae 100644 --- a/ruma-client-api/src/r0/filter.rs +++ b/ruma-client-api/src/r0/filter.rs @@ -194,7 +194,7 @@ impl<'a> Filter<'a> { pub struct FilterDefinition<'a> { /// List of event fields to include. /// - /// If this list is absent then all fields are included. The entries may include '.' charaters + /// If this list is absent then all fields are included. The entries may include '.' characters /// to indicate sub-fields. So ['content.body'] will include the 'body' field of the 'content' /// object. A literal '.' character in a field name may be escaped using a '\'. A server may /// include more fields than were requested.