Skip to content

Commit

Permalink
Fix POD for xtests
Browse files Browse the repository at this point in the history
  • Loading branch information
reyjrar committed Aug 14, 2021
1 parent 3620c89 commit 3eef2f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/App/ElasticSearch/Utilities/Aggregations.pm
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ sub expand_aggregate_string {
return \%aggs;
}

=func es_flatten_agggregations()
=func es_flatten_aggregations()
Takes the B<aggregations> section of the query result and parses it into a flat
structure so each row contains all the sub aggregation information.
Expand Down Expand Up @@ -280,10 +280,10 @@ sub es_flatten_aggregations {
}

# Setup Aliases
=for es_flatten_aggs
*es_flatten_aggs = \&es_flatten_aggregations;

=cut
=for Pod::Coverage es_flatten_aggs
*es_flatten_aggs = \&es_flatten_aggregations;
=cut

1;

0 comments on commit 3eef2f6

Please sign in to comment.