Fix a typo
This commit is contained in:
parent
ebd1387bac
commit
55a67fbcf4
@ -194,7 +194,7 @@ impl<'a> Filter<'a> {
|
|||||||
pub struct FilterDefinition<'a> {
|
pub struct FilterDefinition<'a> {
|
||||||
/// List of event fields to include.
|
/// 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'
|
/// 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
|
/// object. A literal '.' character in a field name may be escaped using a '\'. A server may
|
||||||
/// include more fields than were requested.
|
/// include more fields than were requested.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user