From 55a67fbcf48fa99257eff6ff7b6daa4ff9a91bd6 Mon Sep 17 00:00:00 2001 From: Devin Ragotzy Date: Tue, 1 Sep 2020 20:55:01 -0400 Subject: [PATCH] Fix a typo --- ruma-client-api/src/r0/filter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.