Fix a typo

This commit is contained in:
Devin Ragotzy 2020-09-01 20:55:01 -04:00 committed by Jonas Platte
parent ebd1387bac
commit 55a67fbcf4
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -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.