docs: Readability fixes in src/analytics/.rs files

Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
Ryan Russell 2022-06-11 10:21:05 -05:00
parent 07a35c6445
commit 8990b12609
No known key found for this signature in database
GPG key ID: 8A7DE15B3F4F5007
2 changed files with 4 additions and 4 deletions

View file

@ -61,7 +61,7 @@ pub trait Analytics: Sync + Send {
/// The method used to publish most analytics that do not need to be batched every hours
fn publish(&self, event_name: String, send: Value, request: Option<&HttpRequest>);
/// This method should be called to aggergate a get search
/// This method should be called to aggregate a get search
fn get_search(&self, aggregate: SearchAggregator);
/// This method should be called to aggregate a post search