fix the doctest

This commit is contained in:
Tamo 2024-10-17 13:55:49 +02:00
parent 3a7a20c716
commit 89e2d2b2b9

View File

@ -128,6 +128,8 @@ pub trait AggregateMethod: 'static + Default + Send {
/// A macro used to quickly define multiple aggregate method with their name
/// Usage:
/// ```rust
/// use meilisearch::aggregate_methods;
///
/// aggregate_methods!(
/// SearchGET => "Documents Searched GET",
/// SearchPOST => "Documents Searched POST",